@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf9f6;--bg-surface:#f3f1ec;--bg-card:#fff;--ink:#1c1917;--ink-2:#57534e;--ink-3:#a8a29e;--accent:#534ab7;--accent-light:#eeedfe;--accent-mid:#7f77dd;--accent-dark:#3c3489;--border:#1c19171a;--border-hover:#534ab766;--amber:#ef9f27;--teal:#1d9e75;--coral:#d85a30;--teal-light:#e1f5ee;--amber-light:#faeeda;--coral-light:#faece7;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", sans-serif;--radius:12px;--radius-sm:8px}html{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}body{background:var(--bg);min-height:100vh}button{font-family:var(--font-body);cursor:pointer}textarea{font-family:var(--font-body)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.45s both fadeUp}
