@import"https://fonts.googleapis.com/css2?family=Fredoka+One&family=Quicksand:wght@500;600;700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}#root{height:100%}body{background:#efebe4;font-family:Nunito Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,button,select{font-family:inherit}input::placeholder,textarea::placeholder{color:#c2bdb4}::-webkit-scrollbar{width:0;height:0}button{cursor:pointer}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}@keyframes pop{0%{transform:scale(.96);opacity:.6}to{transform:scale(1);opacity:1}}.animate-fade{animation:fadeIn .25s ease}.animate-sheet{animation:sheetUp .32s cubic-bezier(.22,1,.36,1)}.animate-toast{animation:toastIn .3s ease}.animate-pop:active{animation:pop .15s ease}
