@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}body{background-color:#0b0f19;color:#e2e8f0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0b0f19}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00f0ff}::selection{background:#00f0ff;color:#0b0f19}.font-display{font-family:Space Grotesk,sans-serif}.font-mono{font-family:JetBrains Mono,monospace}.tech-card{@apply bg-[#0F172A]/80 border border-slate-800 backdrop-blur-sm rounded-xl transition-all duration-300;}.tech-card:hover{@apply border-[#00F0FF]/50 shadow-[0_0_20px_-10px_#00F0FF];}.text-glow{text-shadow:0 0 10px rgba(0,240,255,.5)}
