@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;html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;background:#0a0a0a;color:#fff;font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}.gold-gradient{background:linear-gradient(135deg,#2ecc71,#1a7a3c,#166132);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes shimmer{0%,to{text-shadow:0 0 8px rgba(46,204,113,.15)}50%{text-shadow:0 0 28px rgba(46,204,113,.5)}}.shimmer{animation:shimmer 4s ease-in-out infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#1a7a3c;border-radius:8px}.gold-line{background:linear-gradient(90deg,transparent,#1a7a3c,transparent)}
