@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-black text-white;}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#09090b}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#444}
