/* tokens.css — Boulangerie Pâtisserie Kannel · Capesterre-Belle-Eau
   Palette: Kannel (cannelle) — chocolat, épices, chaleur antillaise
   Generated by WebBuilder · WEB-4930 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FBF7F1;   /* crème vanille */
  --color-bg-alt:     #F5EFE3;   /* parchemin doré */
  --color-bg-dark:    #1E0E06;   /* cacao profond */

  --color-primary:    #4A2410;   /* cannelle foncée */
  --color-primary-dk: #2D1208;   /* brun cacao */
  --color-secondary:  #C8780C;   /* ambre épicé */
  --color-accent:     #3A6645;   /* vert mangrove Guadeloupe */
  --color-muted:      #8C6B50;   /* sable doré */

  --color-text:       #1E0E06;   /* encre cacao */
  --color-text-light: #5C3D26;   /* brun doux */
  --color-border:     #DDD0B8;   /* filet parchemin */
  --color-link:       #4A2410;

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display:  'Cormorant Garant', Georgia, serif;
  --font-body:     'Source Sans 3', 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(30,14,6,0.09);
  --shadow-md:  0 4px 18px rgba(30,14,6,0.11);
  --shadow-lg:  0 12px 40px rgba(30,14,6,0.13);

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

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