:root { color-scheme: light dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #242422; background: #f8f7f3; }
* { box-sizing: border-box; }
body { margin: 0 auto; padding: 0 24px; max-width: 800px; font-size: 17px; line-height: 1.8; }
header { padding: 42px 0 28px; border-bottom: 1px solid #dcdad3; }
.brand { font: 24px Georgia, serif; letter-spacing: .16em; text-decoration: none; }
nav { margin-top: 20px; font-size: 15px; }
nav a { display: inline-block; padding: 8px 2px; }
nav [aria-current] { font-weight: 650; }
main { padding: 36px 0 48px; }
h1 { font-size: clamp(30px, 6vw, 40px); line-height: 1.3; letter-spacing: -.025em; margin: 0 0 28px; }
h2 { font-size: 21px; line-height: 1.4; margin: 0 0 12px; }
p { margin: 0 0 16px; overflow-wrap: anywhere; }
section { margin-top: 36px; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 2px; }
.date { color: #62625c; font-size: 15px; }
footer { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; padding: 24px 0 40px; border-top: 1px solid #dcdad3; font-size: 15px; }
@media (prefers-color-scheme: dark) { :root { color: #e9e8e2; background: #222320; } .date { color: #b7b8b0; } header, footer { border-color: #494a43; } }
