:root{--forest:#002912;--forest-soft:#0a3d1f;--emerald:#006a3e;--emerald-light:#e6f2ec;--gold:#f8bc16;--beige:#ffe5a6;--tan:#efc096;--white:#fcfcfc;--off-white:#f4f1ea;--cream:#f4f0e6;--cream-warm:#ede8d8;--ink:#181c1a;--ink-soft:#3d4440;--ink-muted:#6b7470;--border:#d8d2c0;--red:#8c3a2e;--red-light:#f5e8e6;--primary:var(--forest);--accent:var(--emerald);--highlight:var(--gold);--surface:var(--white);--bg:var(--cream)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,sans-serif;font-size:16px;font-weight:300;line-height:1.65}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}