:root{--page:#f7f3e8;--surface:#fffdf8;--ink:#2b211c;--muted:#6d625b;--forest:#174f3d;--line:#d7cbb8;--radius-sm:.5rem;--radius-md:.7rem;--radius-lg:1.3rem;--radius-xl:1.75rem;--content:64rem}
*,:before,:after{box-sizing:border-box}html{background:var(--page);color:var(--ink);scroll-behavior:smooth;font-family:Geist,Segoe UI,system-ui,sans-serif}body{background:var(--page);min-width:20rem;min-height:100vh;color:var(--ink);margin:0}button,a{font:inherit}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}:focus-visible{outline:3px solid var(--forest);outline-offset:3px}main{min-height:calc(100vh - 65px)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
