@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#0b1f3a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Inter,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fadeInUp{animation:fadeInUp .6s ease-out both}.animate-fadeInLeft{animation:fadeInLeft .6s ease-out both}.animate-fadeInRight{animation:fadeInRight .6s ease-out both}.hero-pattern{background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:24px 24px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0b1f3a}::-webkit-scrollbar-thumb{background:#f97316;border-radius:999px}
