:root{--bg:#faf9f7;--text:#1a1a1a;--muted:#5c5854}@media (prefers-color-scheme:dark){:root{--bg:#121212;--text:#e8e6e3;--muted:#b0aca6}}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6}h1,h2,h3{font-family:Georgia,Times New Roman,serif;line-height:1.25}a{color:inherit}.container,main{max-width:42rem;margin:0 auto;padding:2rem 1.25rem 4rem}section{margin-top:2.5rem}p{color:var(--text)}.muted{color:var(--muted)}