:root{color-scheme:light;--paper:#f6f5f0;--ink:#222820;--muted:#62665e;--accent:#47613b;--line:#d9dcd2;--surface:#eeefe7;--highlight:#e5e9ce;--link-line:#adb7a2;--badge:#e5ebda;--selection:#dce7c8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:5px}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:2px}::selection{background:var(--selection);color:var(--ink)}figure,h1,h2,h3,p{margin:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}:root[data-theme=dark]{color-scheme:dark;--paper:#191d18;--ink:#edf0e7;--muted:#b2bbac;--accent:#b0ca98;--line:#394235;--surface:#242b21;--highlight:#38472e;--link-line:#647658;--badge:#303f27;--selection:#405633}