:root{--bg:#fffdf7;--fg:#111;--muted:#555;--accent:#111;--accent-fg:#fffdf7}@media (prefers-color-scheme:dark){:root{--bg:#111;--fg:#fffdf7;--muted:#aaa;--accent:#fffdf7;--accent-fg:#111}}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}a{color:inherit}
