:root{color-scheme:light;--bg:#f4f3f1;--paper:#fff;--ink:#191919;--muted:#6f6d69;--dim:#8f8c85;--strong:#171717;--yellow:#ffe57b;--yellow-soft:rgba(255,226,113,.88);--rule:rgba(9,9,9,.13);--nav-bg:hsla(40,12%,95%,.84);--nav-rule:rgba(9,9,9,.07);--sans:"Google Sans Flex",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;--serif:"Source Serif 4","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--display:"Source Serif 4","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--hand:"Caveat",cursive}html[data-theme=dark]{color-scheme:dark;--bg:#111;--paper:#111;--ink:#f0ede4;--muted:#aaa69b;--dim:#6f6a60;--strong:#fff;--yellow:#ffe36f;--yellow-soft:rgba(255,218,82,.86);--rule:hsla(45,29%,92%,.14);--nav-bg:rgba(9,9,9,.86);--nav-rule:hsla(45,29%,92%,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--sans);text-align:center;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:var(--yellow);color:#000}