:root{
  --bg:#F7F1E1;
  --bg-alt:#EFE7CF;
  --surface:#FBF6E9;
  --text:#312A20;
  --text-2:#5A4F3D;
  --text-mute:#8B7E66;
  --border:rgba(49,42,32,0.14);
  --accent:#6B7A3A;
  --accent-2:#8A9A55;
  --accent-soft:#E3E4C6;
  --accent-on-dark:#C9D29A;
  --primary:#312A20;
  --surface-dark:#23201A;
  --wa-green:#25D366;
  --ff-display:"Playfair Display", "Lora", Georgia, serif;
  --ff-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-ui:"Inter", system-ui, -apple-system, sans-serif;
  --r-sm:6px;
  --r-md:10px;
  --r-lg:14px;
  --r-xl:20px;
  --header-h:72px;
  --header-h-mobile:64px;
  --z-header:1100;
  --z-menu:1000;
  --z-modal:1200;
  --container:1200px;
}
