@tailwind base;@tailwind components;@tailwind utilities;:root{--font-heading:"Space Grotesk",sans-serif;--font-body:"Inter",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#08090b;color:#fff;font-family:var(--font-body);overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.04em;line-height:1.05}::selection{background:#248cff55}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#101216}::-webkit-scrollbar-thumb{background:#248cff;border-radius:8px}:focus-visible{outline:2px solid #248CFF;outline-offset:3px}.font-heading{font-family:var(--font-heading)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes marquee{to{transform:translate(-50%)}}@keyframes pulse-blue{50%{box-shadow:0 0 28px #248cff55}}.animate-fadeInUp{animation:fadeInUp .7s ease both}.animate-marquee{animation:marquee 28s linear infinite}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
