@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Dancing+Script:wght@600;700&family=Jost:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--cream:#fdf6f0;--blush:#f9ede8;--rose:#e8b4b8;--rose-dark:#c17e8a;--mauve:#9e5f6d;--mauve-deep:#7a3d4d;--gold:#c9a96e;--gold-light:#f0e0c4;--text:#2c1a1e;--text-muted:#8a6c72;--white:#fff;--font-display:"Cormorant Garamond",Georgia,serif;--font-script:"Dancing Script",cursive;--font-body:"Jost",system-ui,sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 2px 12px #9e5f6d14;--shadow-md:0 8px 32px #9e5f6d1f;--shadow-lg:0 20px 60px #9e5f6d29;--transition:.22s cubic-bezier(.4,0,.2,1)}body{font-family:var(--font-body);background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--blush)}::-webkit-scrollbar-thumb{background:var(--rose);border-radius:10px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:.5s both fadeUp}
