@import 'https://fonts.googleapis.com/css2?family=New+Computer+Modern:ital,wght@0,400;0,700;1,400;1,700&display=swap';@import 'https://cdn.jsdelivr.net/npm/@fontsource/iosevka/400.css';*{margin:0;padding:0;box-sizing:border-box}body{background:#fff;color:#000;font-family:iosevka,monospace;font-size:1.125rem;line-height:1.6}main{min-height:100vh;max-width:720px;margin:0 auto;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center}nav{margin-bottom:2rem}nav a{color:#666;text-decoration:underline;margin:0 .75rem;font-size:1.1rem}h1{font-size:1.75rem;font-weight:400;margin-bottom:1.5rem}.hero-image{display:block;max-width:100%}header{margin-bottom:2rem}p{margin-bottom:.5rem}a{color:#666;text-decoration:underline}ul{list-style:none}li{margin-bottom:.25rem}.post-entry{display:flex;flex-direction:row;align-items:baseline;gap:1.5rem;margin-bottom:.75rem}.post-date{color:#666;font-size:.9rem;white-space:nowrap}.post{text-align:left}.post-header{margin-bottom:2rem}.post-header h2{font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.post-content{text-align:justify;font-family:new computer modern,serif;font-size:1.15rem}.post-content p{margin-bottom:1rem}.post-content ul{list-style:none;padding-left:0;margin-bottom:1rem}.post-content li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.post-content li::before{content:"—";position:absolute;left:0;color:#666}