/* Camille paysage - PAY-6 Vert foret Craft */
:root{
  /* Skin PAY-6 imposee */
  --bg: #F5F1EA;
  --bg-alt: #ECE5D5;
  --surface: #FBF7EF;
  --surface-deep: #1D2A20;
  --text: #2E2820;
  --text-2: #5C5142;
  --text-mute: #8A7F6E;
  --text-on-dark: #E8E1CF;
  --border: rgba(46, 40, 32, 0.14);
  --border-on-dark: rgba(232, 225, 207, 0.20);

  --accent: #2E5B3E;
  --accent-2: #56814A;
  --accent-soft: rgba(46, 91, 62, 0.12);
  --accent-on-dark: #B7CDA0;
  --primary: #2E5B3E;
  --wa-green: #25D366;
  --warn: #B15522;

  /* Polices */
  --ff-display: "Lora", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

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

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

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

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

  /* Transitions */
  --t-fast: .18s ease;
  --t-base: .28s ease;
}
