@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0a;color:#f5f5f5;font-family:Inter,sans-serif}.font-bebas,h1,h2,h3,h4{font-family:Bebas Neue,sans-serif;letter-spacing:.04em}::selection{background:#c9a84c;color:#0a0a0a}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#080808}::-webkit-scrollbar-thumb{background:#695625;border-radius:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulseGold{0%,to{box-shadow:0 0 #c9a84c40}50%{box-shadow:0 0 0 12px #c9a84c00}}.animate-fade-up{animation:fadeInUp .8s ease both}.animate-shimmer{animation:shimmer 3s linear infinite}.animate-pulse-gold{animation:pulseGold 2.4s infinite}
