@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@700;900&family=Lato:wght@300;400;700&display=swap";
.slide-enter{animation:.7s cubic-bezier(.4,0,.2,1) forwards slideIn}.slide-exit{animation:.7s cubic-bezier(.4,0,.2,1) forwards slideOut}@keyframes slideIn{0%{opacity:0;transform:scale(1.04)translate(30px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes slideOut{0%{opacity:1;transform:scale(1)translate(0)}to{opacity:0;transform:scale(.97)translate(-30px)}}.text-enter{animation:.8s cubic-bezier(.4,0,.2,1) .2s both textIn}@keyframes textIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.badge-enter{animation:.6s cubic-bezier(.4,0,.2,1) .1s both badgeIn}@keyframes badgeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.progress-bar{animation:5s linear forwards progress}@keyframes progress{0%{width:0%}to{width:100%}}.cinzel{font-family:Cinzel,serif}.lato{font-family:Lato,sans-serif}
