@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Mono:wght@300;400&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1714;color:#f2ede6;font-family:Cormorant Garamond,Georgia,serif;min-height:100vh;font-size:150%}textarea:focus{outline:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes dot{0%,80%,to{transform:scale(.5);opacity:.2}40%{transform:scale(1);opacity:1}}.fadeUp{animation:fadeUp .7s ease both}.fadeUp-1{animation:fadeUp .7s ease .1s both}.fadeUp-2{animation:fadeUp .7s ease .2s both}.fadeUp-3{animation:fadeUp .7s ease .3s both}.dot1{animation:dot 1.4s ease-in-out 0s infinite}.dot2{animation:dot 1.4s ease-in-out .2s infinite}.dot3{animation:dot 1.4s ease-in-out .4s infinite}