::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0f0f13; }
::-webkit-scrollbar-thumb { background: #27272a; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #8b5cf6; }
body { font-family: 'Inter', sans-serif; }
html, body { width: 100%; overflow-x: hidden; margin: 0; padding: 0; touch-action: pan-y; }
/* HIDE SCROLLBAR FOR CAROUSEL */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }