@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap";
:root{--color-bg:#16181c;--color-raised-bg:#27292e;--color-input-bg:#34363c;--color-brand:#a855f7;--color-border:#34363c;--color-raised-hover:#34363c;--color-text-main:#e2e8f0;--color-text-muted:#94a3b8;--color-brand-dim:#a855f726;--radius-xl:24px;--radius-lg:12px;--shadow-card:0 4px 6px -1px #00000080;--nav-height:64px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);width:100%;height:100%;color:var(--color-text-main);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px}h1,h2,h3,h4,h5,h6{color:var(--color-text-main);margin-bottom:1rem;font-weight:800;line-height:1.2}p{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background-color:var(--color-raised-bg);border:4px solid var(--color-bg);border-radius:99px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-border)}
