@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#1a1b23;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4a4a5c;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#5a5a6c}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#4a4a5c #1a1b23}
