:root{--bg:#fafaf7;--fg:#1a1a1a;--muted:#6a6a6a;--accent:#1c4f8a;--rule:#e5e3dc;--code-bg:#f0ede4;--max-width:45rem}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:18px;line-height:1.6}main{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem 3rem}h1{letter-spacing:-.005em;margin:0 0 1.5rem;font-size:1.6rem;font-weight:600}h1 a{color:inherit}h2{margin:2.75rem 0 1.25rem;font-size:1.15rem;font-weight:600}h3{margin:1.5rem 0 .25rem;font-size:1rem;font-weight:600}p{margin:0 0 1rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{background:var(--code-bg);white-space:nowrap;border-radius:3px;padding:.08em .32em;font-family:ui-monospace,SF Mono,Menlo,Monaco,Cascadia Mono,Consolas,monospace;font-size:.92em}.intro{margin-bottom:2rem}.project{margin-bottom:1.75rem}.project p{margin:.25rem 0 0}.wip{color:var(--muted);font-size:.9em}.more{color:var(--muted)}.books{margin:0 0 1rem;padding:0;list-style:none}footer{border-top:1px solid var(--rule);color:var(--muted);margin-top:3.5rem;padding-top:1.25rem;font-size:.95rem}footer p{margin:.25rem 0}footer a{color:var(--muted)}footer a:hover{color:var(--accent)}
