@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Quicksand:wght@300;400;500;600&display=swap";:root{--rose:#f8e4e4;--peach:#fde8d7;--cream:#fff8f0;--shell:#fdf5e6;--paper:#faf6f2;--lavender:#c3b1d6;--lavender-light:#e8e0f0;--lavender-dark:#9b87b8;--ink:#4a3b3c;--ink-muted:#7a6a6b;--ink-light:#a89a9b;--border:#c3b1d64d;--shadow:#f8e4e499;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Quicksand", system-ui, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.7}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}img{max-width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes floatGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes waveFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-120px}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:.9}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.fade-in-up{opacity:0;animation:.8s forwards fadeInUp}.fade-in-up.visible{opacity:1}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}
