@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Inter+Display:wght@500;600&display=swap";*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{background:#fff;margin:0;padding:0;font-family:Inter,sans-serif;overflow:hidden}button,a{font:inherit}@keyframes springIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.spring-in{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards springIn}
