/* ==========================================================================
   PRESSING SUNU LINGE — variables.css
   Kit visuel : 4 — Chaleureux/Authentique
   Variante palette : B — Corail doux
   Variante typographie : B — Bitter / Nunito
   ========================================================================== */

:root {
  /* ---- Couleurs de base (palette kit) ---- */
  --color-corail: #E2725B;
  --color-corail-dark: #C15A44;
  --color-corail-light: #F0A493;
  --color-sable-rose: #F1DDC9;
  --color-brun-cafe: #4A342A;
  --color-brun-cafe-light: #7A6355;

  /* ---- Couleurs dérivées (fonds, surfaces) ---- */
  --color-creme: #FBF6F0;
  --color-blanc: #FFFFFF;
  --color-bordure: #E7D9C9;
  --color-ombre: rgba(74, 52, 42, 0.12);

  /* ---- Texte ---- */
  --color-texte: var(--color-brun-cafe);
  --color-texte-doux: var(--color-brun-cafe-light);
  --color-texte-inverse: var(--color-creme);

  /* ---- Typographie ---- */
  --font-titres: 'Bitter', Georgia, serif;
  --font-texte: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;

  --fs-xs: 0.8125rem;
  --fs-sm: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.375rem;
  --fs-xl: 1.75rem;
  --fs-2xl: 2.25rem;
  --fs-3xl: 3rem;

  --lh-tight: 1.15;
  --lh-normal: 1.6;

  /* ---- Espacements ---- */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* ---- Rayons (kit chaleureux : radius généreux, style pill) ---- */
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  /* ---- Ombres ---- */
  --shadow-sm: 0 2px 10px var(--color-ombre);
  --shadow-md: 0 8px 30px var(--color-ombre);
  --shadow-lg: 0 16px 48px rgba(74, 52, 42, 0.18);

  /* ---- Largeurs ---- */
  --container-max: 1180px;
  --container-narrow: 760px;

  /* ---- Transitions ---- */
  --transition-fast: 0.2s ease;
  --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
