@import"https://fonts.googleapis.com/css2?family=Cormorant+Garant:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Outfit:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background:#e8e4de;font-family:Outfit,sans-serif;display:flex;align-items:flex-start;justify-content:center;min-height:100vh}::-webkit-scrollbar{display:none}button{cursor:pointer;border:none;outline:none;background:none}input,textarea,select{outline:none;border:none;background:none;font-family:Outfit,sans-serif}textarea{resize:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.fu{animation:fadeUp .38s cubic-bezier(.22,.68,0,1.15) both}.fi{animation:fadeIn .3s ease both}.d1{animation-delay:.06s}.d2{animation-delay:.12s}.d3{animation-delay:.18s}.d4{animation-delay:.24s}.d5{animation-delay:.3s}.spin{animation:spin .8s linear infinite}.pulse{animation:pulse 1.6s ease infinite}
