/* variables.css — PAY-1 Editorial vegetal (Neo-Editorial) */
:root{
  /* Couleurs */
  --bg: #F5F1EA;
  --bg-alt: #ECE6DA;
  --surface: #FFFEFA;
  --surface-deep: #20302A;
  --text: #2E2820;
  --text-2: #5A4F3F;
  --text-mute: #8A7E68;
  --border: #DDD3BF;
  --accent: #2E5B3E;
  --accent-2: #C2D3B7;
  --accent-soft: #DCE7CF;
  --accent-on-dark: #B6CDA0;
  --primary: var(--accent);
  --wa-green: #25D366;

  /* Polices */
  --ff-display: "Fraunces", "Libre Baskerville", Georgia, serif;
  --ff-body: "Libre Baskerville", Georgia, serif;
  --ff-ui: "Inter", system-ui, -apple-system, sans-serif;

  /* Rayons */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 28px;

  /* Layout */
  --header-h: 76px;
  --header-h-mobile: 64px;
  --container: 1200px;

  /* Z-index */
  --z-burger: 1101;
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;

  /* Transitions */
  --t-fast: .2s ease;
  --t-med: .35s ease;
}
