/* PAY-16 Vert-de-gris (Craft) - Le Jardinier, Nice */
:root{
  /* Couleurs */
  --bg: #F3EFE7;
  --bg-alt: #ECE6D9;
  --surface: #F7F3EC;
  --surface-dark: #2A3531;
  --text: #2A2A26;
  --text-2: #4A4A44;
  --text-mute: #7A766E;
  --border: #D8D1C2;
  --border-soft: rgba(42,42,38,0.10);
  --accent: #3A4A40;
  --accent-2: #5A6E60;
  --accent-soft: #DDE1D7;
  --primary: #3A4A40;
  --wa-green: #25D366;
  --wa-green-d: #1FB158;
  --ok: #2F7D4E;
  --warn: #B85C2A;

  /* Polices */
  --ff-display: "Lora", "Times New Roman", serif;
  --ff-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ff-ui: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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, anti-bug) */
  --z-base: 1;
  --z-fab: 900;
  --z-menu: 1000;
  --z-header: 1100;
  --z-modal: 1200;

  /* Container */
  --container: 1200px;
}
