@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-slate-900;}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full border-2 border-white;}::-webkit-scrollbar-thumb:hover{@apply bg-slate-300;}
