@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#141414;color:#ffffff}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#181818}.custom-scrollbar::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}