@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--gold:#d4af37;--gold-light:#e8c84a;--gold-dark:#c9a227}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#0a0a0a;color:#fff;font-family:Inter,system-ui,sans-serif}.font-serif{font-family:Cormorant Garamond,Georgia,serif}.text-gradient-gold{background:linear-gradient(180deg,#fff 0,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#d4af37}html{scroll-behavior:smooth}