@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-background text-white font-sans antialiased;}}@layer utilities{.glow-orange{box-shadow:0 0 20px #fd790033}.custom-scrollbar::-webkit-scrollbar{@apply w-1.5;}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-background;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-[#2a2a2a] rounded-full;}}
