/* PAY-7 Olive — Craft */
:root {
  /* Couleurs */
  --bg: #F7F1E1;
  --bg-alt: #EFE8D2;
  --surface: #FBF6E8;
  --surface-deep: #2B2E1F;
  --text: #312A20;
  --text-2: #5A5142;
  --text-mute: #8A8268;
  --border: #DDD5BD;
  --accent: #6B7A3A;
  --accent-2: #8A9A4F;
  --accent-soft: #DBE3C2;
  --accent-deep: #4E5A28;
  --primary: #6B7A3A;
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;

  /* Polices */
  --ff-display: "Playfair Display", "Lora", Georgia, serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

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

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

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

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