@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Sora:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}.marquee-left{animation:25s linear infinite marqueeLeft}.marquee-right{animation:25s linear infinite marqueeRight}.marquee-left:hover,.marquee-right:hover{animation-play-state:paused}@keyframes marqueeLeft{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0%)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}body{background:#fff;margin:0;padding:0;font-family:Poppins,sans-serif;overflow-x:hidden}*{box-sizing:border-box}
