@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-navy:#1a2744;--color-navy-dark:#0f1a30;--color-gold:#b8963e;--color-gold-light:#d4af6a;--color-cream:#faf8f5;--color-charcoal:#2d3142;--color-muted:#6b7280}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--color-charcoal);background:#fff}h1,h2,h3{font-family:Playfair Display,serif}button,a{transition:all .2s ease}.animate-fade-in-up{animation:fadeInUp .7s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.gold-underline:after{content:"";display:block;width:60px;height:3px;background:#b8963e;margin-top:10px}.section-divider{width:60px;height:3px;background:#b8963e;margin:0 auto 32px}
