@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@400;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--teal:#6BAEC6;--deep-teal:#4A8FA8;--pink:#E8C5B8;--dark:#1a2e3b;--gold:#C8A96E;--cream:#FDF6F2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--dark);font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}.animate-in{animation:fadeInUp .6s ease-out both}.visible{opacity:1!important;transform:translateY(0)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#6baec6;border-radius:10px}::-webkit-scrollbar-track{background:#fdf6f2}
