@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap");:root{--cream:#faf8f3;--cream-dark:#f0ede4;--ink:#1a1a1a;--ink-soft:#4a4a4a;--gold:#c9a96e;--gold-light:#e8d5a3;--border:#e5e0d5;--red:#c0392b;--green:#27ae60}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--cream);color:var(--ink);font-family:Inter,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Inter,sans-serif}