@import "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#0f1115;--foreground:#f8f9fa;--primary:#d4af37;--primary-dark:#b8941f;--accent-blue:#3b82f6;--accent-blue-dim:#3b82f626;--secondary:#1e2530;--accent:#2a3441;--text-light:#a0aec0;--border:#2d3748;--success:#38a169}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;height:100%;overflow-x:hidden}body{background-color:var(--background);color:var(--foreground);min-height:100vh;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Oswald,sans-serif;font-weight:600;line-height:1.2}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (max-width:640px){.container{padding:0 1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--secondary)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.opacity-0{opacity:0}
