@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{margin:0;background:#0a0a0a;font-family:Inter,sans-serif}*{box-sizing:border-box}.font-display{font-family:Manrope,sans-serif}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#dc2626;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#991b1b}.red-gradient-text{background:linear-gradient(to right,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent}::selection{background:#dc2626;color:#fff}
