@tailwind base; @tailwind components; @tailwind utilities; html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background-color: #020617; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; } /* Hide scrollbars while retaining full touch flick physics */ .no-scrollbar::-webkit-scrollbar { display: none; } .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }