@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Inter:wght@200;300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Inter:wght@300;400;600&display=swap";:root{--bg-velle: #fdfbf7;--text-dark: #1a1a1a;--accent-gold: #c5a059}body{background-color:var(--bg-velle);color:var(--text-dark);font-family:Inter,sans-serif;margin:0}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:300;text-transform:none}:root{--bg-color: #fdfbf7;--text-primary: #1a1a1a;--accent-gold: #c5a059;--text-muted: #555555}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,sans-serif;margin:0}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-hero{animation:fadeInUp 1.5s ease-out forwards}.fade-in-subtext{opacity:0;animation:fadeInUp 1.5s ease-out .6s forwards}
