@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;600&display=swap");:root{--bg:#fff;--fg:#0f172a}#root,body,html{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--fg)}h1{font-size:2rem;margin-bottom:.5rem}p{line-height:1.5}@keyframes isa-loader-logo-rock{0%,to{transform:rotate(-45deg)}50%{transform:rotate(45deg)}}.isa-app-loader__logo{animation:isa-loader-logo-rock 2s ease-in-out infinite;transform-origin:center center;will-change:transform}