@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#475569}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#64748b}}
