@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-display:"Inter", sans-serif;--font-body:"Inter", sans-serif;--color-bg:#faf9f6;--color-surface:#f2f0eb;--color-text:#1c1b18;--color-text-muted:#6b6860;--color-text-faint:#a09d98;--color-accent:#1d4ed8;--color-accent-light:#dbeafe;--color-border:#1c1b181a;--color-border-strong:#1c1b1833;--max-w:860px;--gap:clamp(1.25rem, 5vw, 2.5rem);--radius:8px}@media (prefers-color-scheme:dark){:root{--color-bg:#141310;--color-surface:#1e1c19;--color-text:#f0ede6;--color-text-muted:#9a9790;--color-text-faint:#5a5852;--color-accent:#60a5fa;--color-accent-light:#1e3a5f;--color-border:#f0ede614;--color-border-strong:#f0ede626}}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;font-weight:300;line-height:1.75}a{color:var(--color-accent);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:opacity .15s}a:hover{opacity:.7}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;font-weight:500;line-height:1.25}p{line-height:1.8}section{scroll-margin-top:56px}img{border-radius:var(--radius);max-width:100%;display:block}::selection{background:var(--color-accent);color:#fff}
