/* tokens.css — La Flûte Croustillante · Baie-Mahault
   Palette : "Croûte & Miel" — croûte orangée, miel de blé, vert mangrove
   Generated by WebBuilder · WEB-4978 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FDFAF3;   /* crème beurre */
  --color-bg-alt:     #F5EDDA;   /* crème dorée */
  --color-bg-dark:    #251508;   /* pain au levain profond */

  --color-primary:    #BF5B1C;   /* croûte orangée */
  --color-primary-dk: #8A3D0E;   /* brun acajou */
  --color-secondary:  #D4A640;   /* miel / blé mûr */
  --color-accent:     #2A5C42;   /* vert mangrove Guadeloupe */
  --color-muted:      #9C8965;   /* sable doré */

  --color-text:       #251508;   /* encre profonde */
  --color-text-light: #6B5530;   /* cannelle */
  --color-border:     #E6D9BE;   /* filet biscuit */
  --color-link:       #BF5B1C;

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'Inter', 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: 760px;

  /* ── Bords arrondis ──────────────────────────────────────────── */
  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  /* ── Ombres ──────────────────────────────────────────────────── */
  --shadow-sm:  0 1px 3px rgba(37, 21, 8, 0.08);
  --shadow:     0 4px 12px rgba(37, 21, 8, 0.10);
  --shadow-lg:  0 8px 28px rgba(37, 21, 8, 0.13);

  /* ── Transitions ─────────────────────────────────────────────── */
  --transition: 0.2s ease;
  --transition-slow: 0.4s ease;
}
