@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0a1628;color:#fff;font-family:Inter,sans-serif}.font-inter{font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}::selection{background:#f5a623;color:#0a1628}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a1628}::-webkit-scrollbar-thumb{background:#f5a623;border-radius:999px;border:2px solid #0A1628}.hero-gradient{background:linear-gradient(135deg,#0a1628,#112240,#0a1628);background-size:220% 220%;animation:gradientShift 14s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.transition-premium{transition:all .24s ease}
