/* PAY-16 Vert-de-gris / Craft / Lora + Source Sans 3 */
:root {
  /* COULEURS */
  --bg: #F3EFE7;
  --bg-alt: #EBE6DA;
  --surface: #FFFFFF;
  --surface-deep: #2A332E;
  --text: #2A2A26;
  --text-2: #555550;
  --text-mute: #8A8A82;
  --border: color-mix(in srgb, var(--text) 14%, transparent);
  --border-soft: color-mix(in srgb, var(--text) 8%, transparent);

  --accent: #3A4A40;            /* vert-de-gris profond, identite PAY-16 */
  --accent-2: #6B8270;          /* vert-de-gris clair pour surfaces/hover */
  --accent-soft: color-mix(in srgb, var(--accent) 14%, var(--bg));
  --primary: #3A4A40;
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;

  /* POLICES */
  --ff-display: 'Lora', 'Libre Baskerville', Georgia, serif;
  --ff-body: 'Source Sans 3', 'Source Sans Pro', system-ui, -apple-system, sans-serif;
  --ff-ui: 'Source Sans 3', system-ui, -apple-system, sans-serif;

  /* RAYONS */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 22px;

  /* HEADER */
  --header-h: 72px;
  --header-h-mobile: 60px;

  /* Z-INDEX (header > menu pour eviter recouvrement burger) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;

  /* CONTAINER */
  --container: 1200px;

  /* TRANSITIONS */
  --t-fast: .18s ease;
  --t-base: .25s ease;
}
