@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap";#root{width:100vw;height:100vh}body{margin:0;font-family:Inter,sans-serif}.loading-screen{position:fixed;top:0;left:0;padding:4rem;width:100vw;height:100vh;z-index:1;display:grid;place-items:center;text-align:center;background-color:#b8c6db;background-image:linear-gradient(0deg,#b8c6db 0%,#f5f7fa 74%);opacity:1;transition:opacity 1s ease-in-out}.loading-screen--hidden{animation:fade-out .5s ease-in-out forwards 1s}@keyframes fade-out{0%{opacity:1}to{opacity:0;visibility:hidden}}.loading-screen__title{font-size:4rem;font-weight:900;text-transform:uppercase;color:#1a202c;margin:0}.progress__container{width:100%;height:1rem;background-color:#666a716b;position:relative;overflow:hidden;border-radius:4px}.progress__bar{width:0;height:100%;background-color:#1a202c;transition:width .5s ease-in-out}
