@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}@keyframes animate-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.animate-in{animation:animate-in .3s ease forwards}.fade-in{opacity:0;animation:animate-in .4s ease forwards}.zoom-in{transform:scale(.95);animation:animate-in .3s ease forwards}
