@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}.fade-in{animation:fadeIn 1.2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hover-scale{transition:transform .4s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.05)}.gold-gradient{background:linear-gradient(135deg,#c5a572,#8b7355)}.shimmer{background:linear-gradient(90deg,transparent,hsla(37,42%,61%,.3),transparent);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}