@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#1c1c1e;font-family:Inter,sans-serif}*{box-sizing:border-box}h1,h2,h3,h4{font-family:Playfair Display,serif}.gold-underline{border-bottom:3px solid #C9A84C}.section-dark{background:#1c1c1e;color:#fff}.section-light{background:#f9f7f4;color:#1c1c1e}.btn-gold{background:#c9a84c;color:#1c1c1e;font-weight:600;padding:14px 32px;border-radius:4px;transition:all .2s;border:0}.btn-gold:hover{background:#b8923d;transform:translateY(-2px)}.btn-outline-gold{border:2px solid #C9A84C;color:#c9a84c;background:transparent;font-weight:600;padding:12px 30px;border-radius:4px;transition:all .2s}.btn-outline-gold:hover{background:#c9a84c;color:#1c1c1e}.fade-in{animation:fadeIn .7s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
