@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased}body{margin:0;padding:0;min-height:100vh;background:#050505;color:#f0f0f0}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#282828;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.cm-editor{background:#0d0d0d!important;font-family:var(--font-mono);font-size:13px}.cm-editor.cm-focused{outline:none}.cm-gutters{background:#0d0d0d!important;border-right:1px solid #1e1e1e!important}
