@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#f4f6fb;color:#4b5563;font-family:Quicksand,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none}h1,h2,h3,h4,h5,h6,.font-heading{font-family:Fredoka,sans-serif}.overflow-visible-important{overflow:visible!important}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.no-scrollbar::-webkit-scrollbar,.hide-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar,.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9d4edd}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in{animation-fill-mode:forwards}.fade-in{animation-name:fadeIn;animation-duration:.5s}.slide-in-from-bottom-2{animation-name:slideUp;animation-duration:.3s}.slide-in-from-bottom-4{animation-name:slideUp;animation-duration:.5s}.slide-in-from-bottom-8{animation-name:slideUp;animation-duration:.7s}.slide-in-from-right-8{animation-name:slideRight;animation-duration:.5s}.zoom-in-95{animation-name:zoomIn95;animation-duration:.3s}
