@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{margin:0;background:#1a1a1a;color:#f5f5f5;font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Oswald,sans-serif;text-transform:uppercase}.section-label{@apply text-xs font-bold uppercase tracking-widest text-red-500 mb-2;}.btn-primary{@apply bg-red-700 hover:bg-red-600 text-white font-bold py-3 px-7 rounded transition-colors duration-200;}.btn-outline{@apply border-2 border-red-700 text-red-400 hover:bg-red-700 hover:text-white font-bold py-3 px-7 rounded transition-colors duration-200;}*{box-sizing:border-box}
