@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&display=swap");:root{--font-display:"Barlow Condensed","Segoe UI",system-ui,sans-serif}*{box-sizing:border-box}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .45s ease both}.fade-up-1{animation:fadeUp .45s ease .08s both}.fade-up-2{animation:fadeUp .45s ease .16s both}.fade-up-3{animation:fadeUp .45s ease .24s both}@keyframes plateIn{0%{opacity:0;transform:scale(.9)}60%{transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.plate-in{animation:plateIn .5s ease both}