@import"https://fonts.googleapis.com/css2?family=Exo:wght@100;400;700;900&family=Dosis:wght@300;400;600&family=Roboto:wght@400;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-primary-navy text-white font-dosis antialiased;}h1,h2,h3,h4,h5,h6{@apply font-roboto;}}.hero-text-gradient{background:linear-gradient(to right,#facc15,#fb923c,#f87171,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.6;transition:all .6s cubic-bezier(.4,0,.2,1);display:inline-block;filter:brightness(.9)}.hero-text-gradient:hover{opacity:1;filter:brightness(1.5) drop-shadow(0 0 35px rgba(250,204,21,.8));transform:scale(1.02);-webkit-text-fill-color:transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#052a3a}::-webkit-scrollbar-thumb{background:#00f0ff;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00c0cc}
