@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");:root{--color-bg:#ffffff;--color-text:#000000;--color-muted:#666666;--color-border:#000000;--color-accent:#000000;--color-highlight:#ffff00;--font-sans:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"Space Mono","SF Mono",Consolas,monospace;--border-thick:3px solid var(--color-border);--border-thin:1px solid var(--color-border)}html{font-size:16px}body,html{padding:0;margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6}*,:after,:before{box-sizing:border-box}a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}a:hover{background:var(--color-text);color:var(--color-bg);text-decoration:none}img{max-width:100%;display:block;border:var(--border-thin)}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:-.02em}p{margin:0 0 1.5rem}p:last-child{margin-bottom:0}article h1{font-size:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:var(--border-thick)}article h2{font-size:1.25rem;margin-top:3rem;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:var(--border-thin)}article h3{font-size:1rem;margin-top:2rem;margin-bottom:.75rem}article p{margin-bottom:1.5rem}article ol,article ul{margin:0 0 1.5rem;padding-left:1.25rem}article li{margin-bottom:.5rem}article li::marker{font-weight:700}article pre{background:var(--color-text);color:var(--color-bg);padding:1.5rem;overflow-x:auto;font-size:.875rem;margin:2rem 0;border:none}article code,article pre{font-family:var(--font-mono)}article code{font-size:.9em;background:var(--color-highlight);padding:.15em .35em}article pre code{background:none;padding:0}article blockquote{border-left:var(--border-thick);margin:2rem 0;padding:1rem 0 1rem 1.5rem;font-style:normal}article blockquote p{margin:0}article hr{border:none;border-top:var(--border-thin);margin:3rem 0}::selection{background:var(--color-text);color:var(--color-bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-text)}