/* tokens.css — La Mie du Jour · Petit-Bourg
   Palette : "Mie Dorée" — pain chaud, aurore créole, brun four
   Generated by WebBuilder · WEB-4975 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FEFAF3;   /* blanc crème ivoire */
  --color-bg-alt:     #F5EAD0;   /* pâte brisée dorée */
  --color-bg-dark:    #1B0A04;   /* four à bois profond */

  --color-primary:    #C05500;   /* croûte ambre chaud */
  --color-primary-dk: #8B3A00;   /* brun fournil */
  --color-secondary:  #6D2B30;   /* confiture cerise */
  --color-accent:     #E8B84B;   /* blé doré levant */
  --color-muted:      #9A7B5E;   /* sable à pain */

  --color-text:       #1B0A04;   /* brun chaud profond */
  --color-text-light: #5A3D25;   /* cannelle claire */
  --color-border:     #DECCAB;   /* filet baguette */
  --color-link:       #C05500;

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'DM Sans', system-ui, sans-serif;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  --weight-normal: 400;
  --weight-semi:   600;
  --weight-bold:   700;

  --leading-tight:  1.15;
  --leading-normal: 1.65;
  --leading-loose:  1.85;

  /* ── Espacement ──────────────────────────────────────────────── */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* ── Mise en page ────────────────────────────────────────────── */
  --max-width:      1120px;
  --max-width-text: 720px;
  --radius-sm:      4px;
  --radius:         10px;
  --radius-lg:      22px;
  --radius-full:    9999px;

  /* ── Ombres ──────────────────────────────────────────────────── */
  --shadow-sm:  0 1px 4px rgba(27,10,4,0.10);
  --shadow-md:  0 4px 18px rgba(27,10,4,0.12);
  --shadow-lg:  0 12px 44px rgba(27,10,4,0.15);

  /* ── Transitions ─────────────────────────────────────────────── */
  --transition-fast:   150ms ease;
  --transition-normal: 280ms ease;
  --transition-slow:   460ms ease;

  /* ── Navigation ──────────────────────────────────────────────── */
  --nav-height: 68px;
}
