@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&display=swap";
:root{--background:#f5f5f3;--foreground:#151515;--muted:#666;--accent:#111;--selection-foreground:#fff;--panel:#ffffffd1;--border:#11111124;--surface-glow-primary:#00000013;--surface-glow-secondary:#0000000d;--terminal-shadow:#0000001f;--heading-font:"JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace}html[data-theme=dark]{--background:#07110b;--foreground:#d7f7dd;--muted:#7ab68a;--accent:#9fffb7;--selection-foreground:#07110b;--panel:#06120be0;--border:#9fffb72e;--surface-glow-primary:#9fffb71f;--surface-glow-secondary:#9fffb714;--terminal-shadow:#00000059}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}
