/* tokens.css — La Pause Gourmande 971 · Baie-Mahault
   Palette: Pause Gourmande — caramel soleil, pâte feuilletée, tropical Jarry
   Generated by WebBuilder · WEB-4945 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FDFAF3;   /* crème beurre pâle */
  --color-bg-alt:     #F7F0DC;   /* brioche beige */
  --color-bg-dark:    #1A0E04;   /* espresso profond */

  --color-primary:    #8C3200;   /* brûlé rouge-brun */
  --color-primary-dk: #5A1F00;   /* miel sombre */
  --color-secondary:  #D48A0A;   /* caramel doré */
  --color-accent:     #1C6B45;   /* vert tropical Guadeloupe */
  --color-muted:      #8A7055;   /* sable jarry */

  --color-text:       #1A0E04;   /* encre espresso */
  --color-text-light: #5C4028;   /* brun doux */
  --color-border:     #E5D8BC;   /* filet biscuit */
  --color-link:       #8C3200;

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display:  'DM Serif Display', 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-light:  300;
  --weight-normal: 400;
  --weight-semi:   600;
  --weight-bold:   700;

  --leading-tight:  1.1;
  --leading-snug:   1.3;
  --leading-normal: 1.6;
  --leading-loose:  1.8;

  /* ── 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:      1140px;
  --max-width-text: 720px;
  --radius-sm:      3px;
  --radius:         6px;
  --radius-lg:      12px;

  /* ── Ombres ──────────────────────────────────────────────────── */
  --shadow-sm:  0 1px 4px rgba(26,14,4,0.09);
  --shadow-md:  0 4px 18px rgba(26,14,4,0.11);
  --shadow-lg:  0 12px 40px rgba(26,14,4,0.13);

  /* ── Transitions ─────────────────────────────────────────────── */
  --transition-fast:   140ms ease;
  --transition-normal: 260ms ease;
  --transition-slow:   420ms ease;

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