/* tokens.css — Maison PHILETAS · Sainte-Rose, Guadeloupe
   Palette "Nuit Dorée" — indigo caribéen, miel des îles, terracotta créole
   Generated by WebBuilder · WEB-4990 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FEFBF4;   /* ivoire doux */
  --color-bg-alt:     #F0EDF8;   /* mauve lavande très clair */
  --color-bg-dark:    #1A1433;   /* indigo profond nuit */

  --color-primary:    #4C42B5;   /* indigo caribéen */
  --color-primary-dk: #2E2670;   /* indigo nuit */
  --color-secondary:  #B87820;   /* miel des îles */
  --color-accent:     #D4572A;   /* terracotta soleil créole */
  --color-muted:      #8785AF;   /* lilas brume */

  --color-text:       #1A1433;   /* indigo profond */
  --color-text-light: #5D5880;   /* ardoise douce */
  --color-border:     #DDD9F0;   /* filet lavande */
  --color-link:       #4C42B5;

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display:  'Playfair Display', Georgia, serif;
  --font-body:     'Lato', 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(26,20,51,0.10);
  --shadow-md:  0 4px 16px rgba(26,20,51,0.12);
  --shadow-lg:  0 12px 40px rgba(26,20,51,0.14);

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

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