:root{
  --bg:#F7F1E1;
  --bg-alt:#EFE6CF;
  --surface:#FBF7EB;
  --surface-deep:#2E2A20;
  --text:#312A20;
  --text-2:#5C5240;
  --text-mute:#857B66;
  --border:rgba(49,42,32,0.14);
  --border-strong:rgba(49,42,32,0.32);
  --accent:#6B7A3A;
  --accent-soft:#8C9B5A;
  --accent-deep:#4E5A26;
  --accent-on-dark:#C8D88A;
  --accent-2:#A88C5E;
  --primary:#6B7A3A;
  --wa-green:#25D366;
  --gold:#D4A33A;
  --ok:#3F8A4F;
  --warn:#C45A2A;
  --ff-display:'Playfair Display', Georgia, 'Times New Roman', serif;
  --ff-body:'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-ui:'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --r-sm:6px;
  --r-md:10px;
  --r-lg:14px;
  --r-xl:22px;
  --header-h:84px;
  --header-h-mobile:64px;
  --z-base:1;
  --z-header:1100;
  --z-menu:1000;
  --z-burger:1200;
  --z-modal:1300;
  --container:1180px;
  --shadow-sm:0 1px 2px rgba(49,42,32,0.06), 0 1px 3px rgba(49,42,32,0.05);
  --shadow-md:0 6px 24px rgba(49,42,32,0.08);
  --shadow-lg:0 18px 60px rgba(49,42,32,0.12);
}
