:root{--bg: #0d0e11;--surface: #16181d;--surface-raised: #1d2026;--border: #272b33;--text: #ece9e2;--text-muted: #a29c90;--accent: #d9a33c;--accent-contrast: #14100a;--focus-ring: #e7bc6a;--font-quote: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-ui: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-base: 1rem;--text-lg: 1.25rem;--text-xl: clamp(1.6rem, 4vw, 2.4rem);--radius: 10px;--radius-lg: 16px;--space-1: .25rem;--space-2: .5rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2.5rem;--space-6: 4rem;color-scheme:dark}:root[data-theme=light]{--bg: #faf8f3;--surface: #ffffff;--surface-raised: #f3f0e9;--border: #e3ded2;--text: #1c1a16;--text-muted: #6e6759;--accent: #9c650e;--accent-contrast: #fdfbf6;--focus-ring: #b57e1d;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;min-height:100dvh}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}a{color:var(--accent)}
