@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body{font-family:Inter,sans-serif;background:#0a0a0f;color:#e2e8f0;margin:0}code,pre,.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:#4a4a6a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6a6a9a}
