@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-drum-black text-drum-white antialiased font-sans selection:bg-drum-red selection:text-drum-white;}h1,h2,h3,h4,h5,h6{@apply font-display uppercase tracking-tight;}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f03}
