@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;overflow:hidden;margin:0;padding:0}body{font-family:Poppins,sans-serif;background-color:#1a1a2e;color:#fff;-webkit-overflow-scrolling:touch}.custom-scroll{-ms-overflow-style:none;scrollbar-width:none}.custom-scroll::-webkit-scrollbar{display:none}@media(min-width:1024px){.custom-scroll{scrollbar-width:thin;scrollbar-color:#334155 #1a1a2e}.custom-scroll::-webkit-scrollbar{display:block;width:6px}.custom-scroll::-webkit-scrollbar-track{background:#1a1a2e}.custom-scroll::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}.custom-scroll::-webkit-scrollbar-thumb:hover{background:#475569}}
