/* tokens.css — Bou Langewi An Nou · Sainte-Rose, Guadeloupe
   Palette : aube créole · pain doré · mangue soleil · mer des Caraïbes
   Generated by WebBuilder · WEB-4942 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FFF8ED;   /* ivoire aube */
  --color-bg-alt:     #F9EDD5;   /* crème miel */
  --color-bg-dark:    #1C0B00;   /* cacao nuit */

  --color-primary:    #C47B0A;   /* pain doré soleil levant */
  --color-primary-dk: #8A5506;   /* miel ambré */
  --color-secondary:  #E05C1A;   /* mangue créole */
  --color-accent:     #1A7B68;   /* mer des Caraïbes Sainte-Rose */
  --color-muted:      #9A7850;   /* sable doré */

  --color-text:       #1C0B00;   /* encre profonde */
  --color-text-light: #6B4C28;   /* terre dorée */
  --color-border:     #E8D8B8;   /* filet crème */
  --color-link:       #C47B0A;

  --color-surface:    #FBF1DE;   /* surface miel */

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display: 'Libre Baskerville', Georgia, serif;
  --font-body:    'Nunito 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-normal: 400;
  --weight-semi:   600;
  --weight-bold:   700;

  --leading-tight:  1.15;
  --leading-snug:   1.35;
  --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:      1160px;
  --max-width-text: 760px;
  --radius-sm:      4px;
  --radius:         10px;
  --radius-lg:      20px;
  --radius-xl:      32px;

  /* ── Ombres ──────────────────────────────────────────────────── */
  --shadow-sm:  0 1px 4px rgba(28,11,0,0.09);
  --shadow-md:  0 4px 18px rgba(28,11,0,0.11);
  --shadow-lg:  0 12px 44px rgba(28,11,0,0.14);

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

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