.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}#root::-webkit-scrollbar{display:none}body{font-family:Manrope,sans-serif}button,input,textarea,a{touch-action:manipulation}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .2s ease-out forwards}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-slide-in-right{animation:slide-in-right .3s ease-out forwards}@keyframes bounce-short{0%,to{transform:translateY(0)}50%{transform:translateY(-25%)}}.animate-bounce-short{animation:bounce-short .5s ease-in-out 2}
