@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#1a1d29;background:#f4f5f8;-webkit-font-smoothing:antialiased}a{color:#2d6be4}img{max-width:100%;display:block}:focus-visible{outline:2px solid #2d6be4;outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:24px;height:24px;border-radius:50%;border:3px solid #d8dae3;border-top-color:#2d6be4;animation:spin .8s linear infinite}
