@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Spectral:ital,wght@0,300;0,400;0,500;1,400&display=swap");*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}body,html{margin:0;padding:0}input::placeholder{color:#a08a6c;font-style:italic}button{transition:transform .12s ease,opacity .2s ease}button:hover{opacity:.92}button:active{transform:scale(.985)}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spinslow{to{transform:rotate(1turn)}}@keyframes fleck{0%{opacity:0}to{opacity:.5}}.floaty{animation:floaty 5s ease-in-out infinite}.spinslow{animation:spinslow 9s linear infinite}.fleck{animation:fleck 1.2s ease both}.r{animation:rise .8s cubic-bezier(.2,.7,.2,1) both}.d1{animation-delay:.08s}.d2{animation-delay:.18s}.d3{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.fleck,.floaty,.r,.spinslow{animation:none!important}}