/* PAY-8 Sauge — Craft sauge alsacien */
:root {
  /* Couleurs (skin imposee) */
  --bg: #E8F0EC;
  --bg-alt: #DDE7E2;
  --surface: #F4F8F5;
  --text: #1F3531;
  --text-2: #3B5852;
  --text-mute: #6B847E;
  --text-light: #F4F8F5;
  --border: rgba(31, 53, 49, 0.14);
  --border-strong: rgba(31, 53, 49, 0.28);

  --accent: #4A8B7F;
  --accent-2: #6FAA9D;
  --accent-dark: #355F56;
  --accent-soft: rgba(74, 139, 127, 0.12);
  --primary: #4A8B7F;
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;

  /* Polices */
  --ff-display: "Lora", Georgia, "Times New Roman", serif;
  --ff-body: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-ui: "Source Sans 3", "Source Sans Pro", 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 pouvoir refermer) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1500;
  --z-fab: 900;

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