@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:DM Sans,sans-serif;color:#2c1a0e;background:#faf8f5;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#faf8f5;line-height:1.6}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;line-height:1.05}button,a{transition:all .25s ease}.section-hidden{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.section-visible{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.animate-fade-in{animation:fadeIn 1s ease forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}
