*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;background-color:#f2f2f7}#root{height:100%;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scaleIn{animation:scaleIn .28s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes opacityIn{0%{opacity:0}to{opacity:1}}.animate-opacityIn{animation:opacityIn .2s ease-out forwards}
