@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--theme-bg: #020f0a;--theme-bg-secondary: #0a1f18;--theme-surface: #112c22;--theme-text: #ecfdf5;--theme-text-dim: #a7f3d0;--theme-border: #112c22;--theme-border-highlight: #34d399;--theme-focus: rgba(16, 185, 129, .2);--theme-accent: #10b981}.dark{--theme-bg: #020f0a;--theme-bg-secondary: #0a1f18;--theme-surface: #112c22;--theme-text: #ecfdf5;--theme-text-dim: #a7f3d0;--theme-border: #112c22;--theme-border-highlight: #34d399;--theme-focus: rgba(16, 185, 129, .2);--theme-accent: #10b981}@layer base{body{@apply bg-theme-bg text-theme-text font-sans;}}@layer utilities{.bg-theme-bg{background-color:var(--theme-bg)}.bg-theme-bg-secondary{background-color:var(--theme-bg-secondary)}.bg-theme-surface{background-color:var(--theme-surface)}.text-theme-text{color:var(--theme-text)}.text-theme-text-dim{color:var(--theme-text-dim)}.border-theme-border{border-color:var(--theme-border)}.border-theme-border-highlight{border-color:var(--theme-border-highlight)}.ring-theme-focus{--tw-ring-color: var(--theme-focus)}.shadow-theme-accent{--tw-shadow-color: var(--theme-accent)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--theme-bg-secondary)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--theme-surface);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--theme-border-highlight)}
