.loading-screen{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,#0c0e12,var(--landing-background))}.loading-screen-icon{font-size:40px;color:#fff}.loading-screen.light{background:var(--white,#fff)}.loading-screen.light .loading-screen-icon{color:var(--primary,#e02424)}.loading-screen.dark{background:linear-gradient(to bottom,#0c0e12,var(--landing-background))}