@keyframes fadeScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-scale{animation:.6s cubic-bezier(.22,1,.36,1) fadeScale}.animate-slide-down{animation:.6s cubic-bezier(.22,1,.36,1) .3s both slideDown}.animate-fade-in-delay{animation:.6s 1s both fadeIn}
