:root{--bg: oklch(.972 .012 80);--bg-2: oklch(.94 .015 78);--bg-3: oklch(.985 .008 82);--ink: oklch(.2 .015 60);--ink-2: oklch(.38 .015 60);--ink-3: oklch(.58 .012 60);--rule: oklch(.85 .012 70);--rule-2: oklch(.9 .01 70);--accent: oklch(.92 .18 115);--accent-ink: oklch(.28 .12 115);--danger: oklch(.55 .18 25);--ok: oklch(.6 .14 150);--ff-display: "Instrument Serif", "Iowan Old Style", Georgia, serif;--ff-sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", sans-serif;--ff-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--maxw: 1240px;--gutter: clamp(20px, 4vw, 56px);--radius: 14px}[data-theme=dark]{--bg: oklch(.17 .012 60);--bg-2: oklch(.22 .014 60);--bg-3: oklch(.2 .013 60);--ink: oklch(.96 .008 80);--ink-2: oklch(.78 .01 78);--ink-3: oklch(.58 .01 70);--rule: oklch(.32 .012 65);--rule-2: oklch(.26 .012 65);--accent: oklch(.88 .19 115);--accent-ink: oklch(.18 .08 115)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink)}body{font-family:var(--ff-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background .35s ease,color .35s ease}::selection{background:var(--accent);color:var(--accent-ink)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}input,textarea,select{font-family:inherit;color:inherit}
