:root{
  /* DA imposee : PAY-12 Kaki - Wellness */
  --bg:#F4F0E4;
  --bg-alt:#EBE5D2;
  --surface:#FBF8EE;
  --surface-dark:#2C2A20;
  --text:#2C2A20;
  --text-2:#5A5546;
  --text-mute:#8A8675;
  --text-inverse:#F4F0E4;
  --text-inverse-2:rgba(244,240,228,.82);
  --border:rgba(44,42,32,.12);
  --border-strong:rgba(44,42,32,.22);

  --accent:#5E6B3B;
  --accent-2:#7A8A4D;
  --accent-dark:#3F4827;
  --primary:#5E6B3B;
  --wa-green:#25D366;
  --wa-green-dark:#1FAE54;
  --warm:#A0732A;

  --ff-display:'EB Garamond', 'Libre Baskerville', Georgia, serif;
  --ff-body:'Nunito Sans', system-ui, -apple-system, sans-serif;
  --ff-ui:'Nunito Sans', system-ui, -apple-system, sans-serif;

  --r-sm:6px;
  --r-md:10px;
  --r-lg:16px;
  --r-xl:28px;

  --header-h:80px;
  --header-h-mobile:64px;

  --z-header:900;
  --z-menu:800;
  --z-burger:1001;
  --z-modal:1200;

  --container:1180px;

  --shadow-sm:0 1px 2px rgba(44,42,32,.06), 0 2px 6px rgba(44,42,32,.04);
  --shadow-md:0 6px 16px rgba(44,42,32,.08), 0 2px 6px rgba(44,42,32,.04);
  --shadow-lg:0 18px 40px rgba(44,42,32,.14), 0 6px 14px rgba(44,42,32,.06);

  --ease:cubic-bezier(.22,.61,.36,1);
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important;}
}
