@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--text:#111318;--text-h:#060810;--text-muted:#4a5568;--bg:#f1f5f9;--border:#cbd5e1;--code-bg:#f8fafc;--accent:#2563eb;--accent-bg:#2563eb1a;--accent-border:#2563eb80;--shadow:#0000000f 0 10px 15px -3px, #00000008 0 4px 6px -2px;--sans:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--heading:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--brand:"Cambria", "Georgia", "Times New Roman", serif;--mono:ui-monospace, "Cascadia Code", Consolas, monospace;font-family:var(--sans);letter-spacing:.01em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02", "cv03", "cv04", "cv11";font-size:14px;line-height:1.55}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:700}h1{letter-spacing:-.02em;margin:32px 0;font-size:48px}h2{letter-spacing:-.01em;margin:0 0 8px;font-size:22px;line-height:1.25}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:3px 7px;font-size:13px;line-height:1.4}
