@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body,#root,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button,input,select,textarea{font-family:Poppins,sans-serif!important}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s infinite ease-in-out;pointer-events:none}.orb-1{width:600px;height:600px;background:#3b82f6;top:-100px;left:-100px;animation-delay:0s}.orb-2{width:500px;height:500px;background:#8b5cf6;bottom:-100px;right:-50px;animation-delay:-5s}.orb-3{width:300px;height:300px;background:#06b6d4;top:40%;left:30%;animation-delay:-10s}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes float-badge-1{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-20px) rotate(1deg)}}@keyframes float-badge-2{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(15px) rotate(6deg)}}.animate-float-1{animation:float-badge-1 6s ease-in-out infinite}.animate-float-2{animation:float-badge-2 7s ease-in-out infinite}
