@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;600;700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#2c1a0e;background:#fdfaf5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fdfaf5;font-family:Inter,sans-serif}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");opacity:.03}.font-playfair,h1,h2,h3{font-family:Playfair Display,serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5ecd7}::-webkit-scrollbar-thumb{background:#2c1a0e;border-radius:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-fadeInUp{animation:fadeInUp .8s ease-out both}.animate-fadeIn{animation:fadeIn .8s ease-out both}.float{animation:float 6s ease-in-out infinite}.delay-2{animation-delay:2s}.delay-4{animation-delay:4s}
