@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Inter:wght@300;400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#111;background:#faf8f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#faf8f5;color:#111}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:300}button,a{transition:all .3s ease}.gold-line{height:1px;background:#c9a84c;opacity:.5;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .8s ease both}.luxury-hover{letter-spacing:.05em;transition:letter-spacing .3s ease}.luxury-hover:hover{letter-spacing:.1em}.image-fallback{background:linear-gradient(135deg,#d7d7d7,#faf8f5 70%,silver);display:flex;align-items:center;justify-content:center;color:#777;font-style:italic}input,textarea,select{outline:none}input:focus,textarea:focus,select:focus{border-color:#c9a84c}
