@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{@apply bg-[#050505] text-white overflow-x-hidden;}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-[#050505];}::-webkit-scrollbar-thumb{@apply bg-zinc-900 rounded-full border-2 border-[#050505];}::-webkit-scrollbar-thumb:hover{@apply bg-violet-600;}
