/* tokens.css — Boulangerie Pâtisserie Deville · Sainte-Anne
   Palette : "Sucré Soleil" — caramel chaud, rose pâtissier, vert créole
   Generated by WebBuilder · WEB-4969 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FDF8F0;   /* ivoire sucre */
  --color-bg-alt:     #F5ECD8;   /* crème caramélisée */
  --color-bg-dark:    #1E1208;   /* café torréfié */

  --color-primary:    #8B4513;   /* caramel chaud */
  --color-primary-dk: #5A2C0A;   /* brun acajou */
  --color-secondary:  #C87B5A;   /* rose pâtissier créole */
  --color-accent:     #2E6B3E;   /* vert mangrove Guadeloupe */
  --color-muted:      #9A7B60;   /* sable doré */

  --color-text:       #1E1208;   /* café torréfié */
  --color-text-light: #6B4F38;   /* cannelle */
  --color-border:     #E2CCAB;   /* filet biscuit */
  --color-link:       #8B4513;

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display:  'Yeseva One', Georgia, serif;
  --font-body:     'Nunito', 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:      20px;
  --radius-full:    9999px;

  /* ── Ombres ──────────────────────────────────────────────────── */
  --shadow-sm:  0 1px 3px rgba(30,18,8,0.10);
  --shadow-md:  0 4px 16px rgba(30,18,8,0.12);
  --shadow-lg:  0 12px 40px rgba(30,18,8,0.14);

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

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