:root {
  /* Couleurs — palette claire, tons beiges */
  --color-bg: #f6f0e2;
  --color-bg-alt: #efe6d2;
  --color-surface: #fbf7ee;
  --color-surface-2: #f1e9d8;
  --color-border: #ddcfae;
  --color-text: #1d1f21;
  --color-text-muted: #625d51;

  --color-ink: #1d1f21;
  --color-copper: #b87533;
  --color-persimmon: #e25a2a;

  --color-accent: var(--color-copper);
  --color-accent-2: var(--color-persimmon);
  --color-accent-soft: rgba(184, 117, 51, 0.12);

  --color-pill-bg: #1d1f21;
  --color-pill-text: #f6f0e2;

  /* Typographie */
  --font-heading: 'the-seasons', 'Instrument Serif', Georgia, serif;
  --font-body: 'Manrope', -apple-system, Arial, sans-serif;
  --font-accent-italic: 'the-seasons', 'Instrument Serif', Georgia, serif;

  /* Espacements */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 5.5rem;

  /* Rayons */
  --radius-pill: 999px;
  --radius-card: 20px;

  /* Layout */
  --max-width: 1160px;
}
