@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Rajdhani:wght@500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply bg-brand-bg text-brand-text font-sans antialiased overflow-x-hidden;background-color:#030303}h1,h2,h3,h4,h5,h6{@apply font-display tracking-tight text-white;}::selection{@apply bg-brand-primary text-black;}}@layer utilities{.perspective-1000{perspective:1000px}.text-glow{text-shadow:0 0 20px rgba(0,229,255,.3)}.glass-panel{@apply bg-white/5 backdrop-blur-md border border-white/10;}.mask-radial{-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 100%);mask-image:radial-gradient(circle at center,black 40%,transparent 100%)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#030303}::-webkit-scrollbar-thumb{background:#333;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#00e5ff}
