@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;background:#0a0a0a;color:#f5f0e8}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0a}h1,h2,h3,h4{font-family:Playfair Display,serif}::selection{background:#c9a84c;color:#0a0a0a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#c9a84c;border-radius:8px}.animate-in{animation:fadeInUp .8s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-500px 0}to{background-position:500px 0}}.shimmer{background:linear-gradient(110deg,#1a1a1a 35%,#343027,#1a1a1a 65%);background-size:800px 100%;animation:shimmer 3s infinite}.gold-line{background:#c9a84c;box-shadow:0 0 18px #c9a84c}.focus-gold:focus{outline:2px solid #C9A84C;outline-offset:2px}
