:root{--font-sans: "Source Sans 3", "Segoe UI", sans-serif;--font-display: "Source Serif 4", Georgia, serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-md: 1.125rem;--text-lg: 1.35rem;--text-xl: clamp(1.5rem, 1.2rem + 1vw, 2rem);--text-2xl: clamp(2rem, 1.5rem + 2vw, 3rem);--leading-tight: 1.1;--leading-snug: 1.35;--leading-normal: 1.65;--tracking-tight: -.02em;--tracking-wide: .12em;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--radius-sm: .375rem;--content-max: 42rem;--content-narrow: 36rem;--header-height: 4rem}:root,[data-theme=dark]{color-scheme:dark;--color-bg: #101010;--color-ink: #f5f5f5;--color-ink-soft: #c8c8c8;--color-ink-muted: #8a8a8a;--color-accent: #ea5a47;--color-accent-strong: #ff6d59;--color-on-accent: #ffffff;--color-border: rgb(255 255 255 / 10%);--color-border-strong: rgb(255 255 255 / 18%);--color-focus: #ff6d59;--color-code-bg: rgb(255 255 255 / 6%)}[data-theme=light]{color-scheme:light;--color-bg: #f6f3ee;--color-ink: #1a1917;--color-ink-soft: #3f3c38;--color-ink-muted: #6a6660;--color-accent: #d44532;--color-accent-strong: #be3828;--color-on-accent: #ffffff;--color-border: rgb(26 25 23 / 12%);--color-border-strong: rgb(26 25 23 / 18%);--color-focus: #be3828;--color-code-bg: rgb(26 25 23 / 6%)}@media(prefers-color-scheme:light){:root:not([data-theme]){color-scheme:light;--color-bg: #f6f3ee;--color-ink: #1a1917;--color-ink-soft: #3f3c38;--color-ink-muted: #6a6660;--color-accent: #d44532;--color-accent-strong: #be3828;--color-on-accent: #ffffff;--color-border: rgb(26 25 23 / 12%);--color-border-strong: rgb(26 25 23 / 18%);--color-focus: #be3828;--color-code-bg: rgb(26 25 23 / 6%)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1rem;line-height:var(--leading-normal);color:var(--color-ink);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}h1,p{margin:0}ul{margin:0;padding:0}
