/* PAY-9 Vert-de-gris (Neo-Editorial) — Loic Noirot Paysagiste Troyes */
:root{
  /* couleurs */
  --bg: #F3EFE7;
  --bg-alt: #E9E3D6;
  --surface: #FBF7EE;
  --surface-deep: #2A332E;
  --text: #2A2A26;
  --text-2: #514F49;
  --text-mute: #7A776F;
  --border: #D4CDB9;
  --accent: #3A4A40;
  --accent-2: #6D7E70;
  --accent-soft: #C7CFC4;
  --accent-on-dark: #BFCEC2;
  --primary: var(--accent);
  --wa-green: #25D366;
  --star: #C49646;

  /* polices */
  --ff-display: "Fraunces", "Times New Roman", Georgia, serif;
  --ff-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --ff-ui: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, 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 */
  --z-base: 1;
  --z-header: 1100;
  --z-menu: 1000;
  --z-burger: 1200;
  --z-modal: 1300;

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

  /* shadows */
  --shadow-sm: 0 1px 2px rgba(20,18,12,.06);
  --shadow-md: 0 6px 16px rgba(20,18,12,.08);
  --shadow-lg: 0 14px 36px rgba(20,18,12,.10);
}
