:root{color-scheme:light dark;--background:#f7f7f4;--foreground:#151515;--muted:#696969;--rule:#d8d8d2;--link:#155eef;font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--background:#111210;--foreground:#eeeeea;--muted:#a6a69f;--rule:#30312d;--link:#8bb4ff}}*{box-sizing:border-box}html{background:var(--background)}body{min-height:100vh;color:var(--foreground);background:var(--background);text-rendering:optimizelegibility;margin:0;font-size:1rem;line-height:1.7}main,footer{width:min(100% - 2.5rem,42rem);margin-inline:auto}main{padding-block:clamp(4rem,12vw,8rem) 3rem}article>:first-child{margin-top:0}h1,h2{letter-spacing:-.035em;line-height:1.15}h1{max-width:12ch;margin-bottom:1.25rem;font-size:clamp(2.75rem,10vw,5.5rem);font-weight:650}h2{border-top:1px solid var(--rule);margin-top:3.5rem;padding-top:1.25rem;font-size:1.15rem;font-weight:650}p,ul,ol{max-width:38rem}a{color:var(--link);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{text-decoration-thickness:.14em}img{border-radius:.25rem;max-width:100%;height:auto;margin-block:2rem;display:block}footer{border-top:1px solid var(--rule);color:var(--muted);padding-block:1.5rem 3rem;font-size:.875rem}footer p{margin:0}::selection{color:var(--background);background:var(--foreground)}:focus-visible{outline:3px solid var(--link);outline-offset:3px}
