/* tokens.css — Le Pain Des Amis · Capesterre-Belle-Eau, Guadeloupe
   Palette : terracotta créole · crème sable · mangue dorée · canne verte
   Generated by WebBuilder · WEB-4957 */

:root {
  /* ── Couleurs ─────────────────────────────────────────────────── */
  --color-bg:         #FEF7EC;   /* crème soleil levant */
  --color-bg-alt:     #F5E8D2;   /* sable chaud */
  --color-bg-dark:    #2A1208;   /* chocolat nuit */

  --color-primary:    #B85C1A;   /* terracotta cuivré */
  --color-primary-dk: #7D3A0E;   /* acajou profond */
  --color-secondary:  #E8942C;   /* mangue dorée */
  --color-accent:     #2E7D5B;   /* canne à sucre */
  --color-muted:      #9E7A55;   /* sable ambré */

  --color-text:       #2A1208;   /* chocolat encre */
  --color-text-light: #7D5A3C;   /* terre brûlée */
  --color-border:     #E5D3B8;   /* filet crème */
  --color-link:       #B85C1A;

  --color-surface:    #FAF0E0;   /* surface ivoire */

  /* ── Typographie ─────────────────────────────────────────────── */
  --font-display: 'Playfair Display', 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-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:      3px;
  --radius:         8px;
  --radius-lg:      16px;
  --radius-xl:      28px;

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

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

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