@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@600;700;800;900&display=swap);@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;transition:background-color .5s ease,color .5s ease}.font-inter,body{font-family:Inter,sans-serif}.font-poppins{font-family:Poppins,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:theme("colors.gray.100");border-radius:10px}::-webkit-scrollbar-thumb{background:theme("colors.gray.400");border-radius:10px}::-webkit-scrollbar-thumb:hover{background:theme("colors.gray.500")}html.dark ::-webkit-scrollbar-track{background:theme("colors.gray.800")}html.dark ::-webkit-scrollbar-thumb{background:theme("colors.gray.600")}html.dark ::-webkit-scrollbar-thumb:hover{background:theme("colors.gray.500")}.transition-colors{transition-duration:.5s;transition-property:background-color,border-color,color,fill,stroke}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes spinSlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-fade-in{animation:fadeIn 1s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .8s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-spin-slow{animation:spinSlow 3s linear infinite}
/*# sourceMappingURL=main.5c313135.css.map*/