@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--cream:#faf6ef;--parchment:#f2ead8;--parchment-dark:#e8dcc4;--ink:#2c1f0e;--ink-light:#5c4a30;--gold:#b8860b;--gold-light:#d4a843;--gold-pale:#f5e6c0;--rose:#9e4a5a;--rose-light:#c97a87;--rose-pale:#f7e8ea;--forest:#2d4a3e;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"EB Garamond",Georgia,serif}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--ink);font-family:var(--font-body);font-size:18px;line-height:1.7;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(ellipse at 20% 50%,rgba(184,134,11,.04) 0,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(158,74,90,.04) 0,transparent 60%);pointer-events:none;z-index:0}main{position:relative;z-index:1}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.2}.ornament{text-align:center;color:var(--gold);font-size:1.5rem;letter-spacing:.5rem;margin:2rem 0;opacity:.7}.ornament:after,.ornament:before{content:"—";margin:0 .5rem;opacity:.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1.2s ease both}.fade-in-up{animation:fadeInUp 1s ease both}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}.delay-5{animation-delay:1s}.delay-6{animation-delay:1.2s}