@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0a;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif}::selection{background:#c9a84c;color:#0a0a0a}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#c9a84c;border-radius:10px}.gold-line{border-bottom:2px solid #c9a84c}.gold-glow{box-shadow:0 0 28px #c9a84c47}
