:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #f3f3f3;--ink: #0d0d0d;--muted: #595959;--line: #d9d9d9;--accent: #111111;--heading-font: Arial, Helvetica, sans-serif;--body-font: Georgia, "Times New Roman", serif;--shadow: none}:root[data-theme=dark]{--bg: #050505;--surface: #050505;--surface-2: #121212;--ink: #f5f5f5;--muted: #c8c8c8;--line: #2b2b2b;--accent: #ffffff;--shadow: none}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--body-font);transition:background-color .2s ease,color .2s ease}body{min-height:100vh}a{color:inherit}button,input,textarea,select{font:inherit}button{border-radius:0}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}p,li,figcaption,small{font-family:var(--body-font)}.theme-toggle.svelte-12qhfyh{position:fixed;top:12px;right:12px;z-index:1000;padding:10px 12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);box-shadow:var(--shadow);font-family:var(--heading-font);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}@media(min-width:900px){.theme-toggle.svelte-12qhfyh{top:18px;right:18px}}
