@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Nunito:wght@400;600;700&display=swap");:root{--cream:#faf6f0;--cream-dark:#f0e9df;--gold:#c9a227;--gold-light:#e8d5a3;--rose:#e8c4c4;--rose-dark:#d4a5a5;--text:#3d3229;--text-soft:#6b5d52;--white:#fff;--shadow:rgba(61,50,41,.08);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Nunito",system-ui,sans-serif}*{box-sizing:border-box;padding:0;margin:0}html{min-height:100%;min-height:100dvh;height:-webkit-fill-available;-webkit-overflow-scrolling:touch}body,html{background-color:#faf6f0}body{max-width:100vw;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;background-image:radial-gradient(ellipse at 20% 0,var(--rose) 0,transparent 50%),radial-gradient(ellipse at 80% 100%,var(--gold-light) 0,transparent 40%);background-repeat:no-repeat;background-size:100% 100%;color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.5;box-sizing:border-box}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input[type=checkbox],input[type=radio]{accent-color:var(--gold);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;border:2px solid var(--gold-light);border-radius:.25rem;background:var(--white);cursor:pointer;flex-shrink:0}input[type=radio]{border-radius:50%}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--gold);border-color:var(--gold)}input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 6l3 3 5-6'/%3E%3C/svg%3E");background-size:100% 100%}input[type=radio]:checked{box-shadow:inset 0 0 0 3px var(--white)}img{max-width:100%;height:auto;display:block}