@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--font-display:"Cormorant Garamond",serif;--font-body:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0a0a0b;color:#e8e8ec;font-family:var(--font-body);-webkit-font-smoothing:antialiased}.font-display{font-family:var(--font-display)}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.gold-shimmer{background:linear-gradient(90deg,#c9a84c,#e2c97e 40%,#c9a84c 60%,#a07830);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:fadeUp .7s ease forwards}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.35s}.reveal-delay-4{animation-delay:.5s}.gold-line{height:1px;background:linear-gradient(90deg,transparent,#c9a84c,transparent)}