/* PAY-18 Sapin - Neo-Editorial - paysagiste */
:root {
  /* Couleurs imposees DA */
  --bg: #EFF2EC;
  --bg-alt: #E2E8DC;
  --surface: #F7F9F4;
  --text: #222A24;
  --text-2: #4A5550;
  --text-mute: #7A857F;
  --border: #C9D2C5;
  --accent: #29402F;
  --accent-2: #486B53;
  --accent-soft: #DDE5DA;
  --ink: #222A24;
  --primary: #29402F;
  --wa-green: #25D366;
  --tel-blue: #1E5BBA;
  --gold: #B58E3F;

  /* Typo */
  --ff-display: "Cormorant Garamond", "Cormorant", "Times New Roman", serif;
  --ff-body: "DM Sans", "Inter", system-ui, -apple-system, sans-serif;
  --ff-ui: "DM Sans", "Inter", system-ui, sans-serif;

  /* Rayons */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

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

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

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