html{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}body{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden;font-family:"Exo 2",Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#111;color:#f0f0f0}#root{width:100%;min-height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,div,section,main,nav,ul,li,button{margin:0;padding:0}main,section{width:100%;box-sizing:border-box}html,body,#root{overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.custom-scrollbar::-webkit-scrollbar{width:5px;height:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff24}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}#root{width:100%;min-height:100vh}body,html,#root{overflow-x:hidden}section{width:100%;box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:float 7s ease-in-out infinite}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #2DD4BF;outline-offset:2px}::selection{background-color:#2dd4bf33;color:#fff}.w-full{width:100%!important}
