@tailwind base;@tailwind components;@tailwind utilities;:root{--gold:#c9a84c}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0a;color:#f5f5f5;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif}*{box-sizing:border-box}::selection{background:#c9a84c;color:#0a0a0a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#c9a84c;border-radius:8px}.gold-text{color:#c9a84c}.gold-bg{background:#c9a84c}.gold-border{border-color:#c9a84c}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.animate-fade-in-up{animation:fade-up .7s ease both}
