:root {
  --forest-deep:#061208;--forest:#0d2818;--forest-mid:#1a3a1a;--forest-light:#254a25;
  --sage:#4a7a4a;--sage-light:#6a9a6a;--sage-mist:#a8c8a0;
  --leaf:#c5dfc0;--leaf-light:#e0eedc;
  --cream:#faf8f4;--cream-warm:#f5f0e8;--white:#ffffff;
  --gold:#c8a050;--gold-light:#e8cc80;
  --amber:#d4840a;--amber-bg:#fff3e8;--amber-bd:#e8a060;
  --blue:#1a6fc4;--blue-soft:#e8f0fa;--blue-bd:#7ab0e0;
  --orange:#c46a1a;--orange-soft:#fff0e2;--orange-bd:#e89048;
  --red:#b83a2a;--danger-bg:#fbeaea;
  --ink:#1a1e1a;--ink-2:#2e342e;--ink-3:#5a625a;--ink-4:#8a928a;--ink-5:#b8beb8;
  --glass-bg:rgba(255,255,255,0.06);--glass-border:rgba(255,255,255,0.1);
  --ffd:"Playfair Display",Georgia,serif;
  --ffb:"Lora",Georgia,serif;
  --ffm:"IBM Plex Mono","Consolas",monospace;
  --ffs:"DM Sans",system-ui,sans-serif;
  --ease-expo:cubic-bezier(0.16,1,0.3,1);
  --ease-spring:cubic-bezier(0.34,1.56,0.64,1);
  --radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--radius-pill:100px;
  --shadow-sm:0 1px 3px rgba(26,58,26,0.04);
  --shadow-md:0 4px 12px rgba(26,58,26,0.06);
  --shadow-lg:0 8px 32px rgba(26,58,26,0.08);
}
