:root{--w:40rem;--link:#0000ee}
*{box-sizing:border-box}
body{font:16px/1.65 -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;max-width:var(--w);margin:0 auto;padding:2.5rem 1.25rem 6rem;color:#111;background:#fff}
a{color:var(--link)}
nav.site{margin-bottom:3.5rem;font-size:1rem}
nav.site a{margin-right:1.1rem;text-decoration:none}
nav.site a.active{font-weight:700;color:#111}
.post{margin-bottom:2.75rem}
.post img{max-width:100%;height:auto;display:block;margin:.25rem 0 .75rem}
.post h2{font-size:1rem;font-weight:400;margin:0 0 .4rem}
.post h2 a{text-decoration:none}
.post.full h2{font-size:1.75rem;font-weight:700;line-height:1.2;margin:0 0 1rem}
.post .src{color:#999;text-decoration:none}
.post p{margin:.5rem 0}
.post .more{font-size:.9rem}
.post .meta{color:#aaa;font-size:.8rem;margin-top:.4rem}
footer.site{position:fixed;bottom:1rem;right:1rem;color:#bbb;font-size:.8rem}
footer.site a{color:#bbb}
