.loading-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background-color:hsl(var(--background));z-index:100}.loading-square{width:60px;height:60px;border:1.5px solid hsl(var(--foreground));background-color:transparent}.loading-text{font-size:1.25rem;font-weight:200;color:hsl(var(--foreground));letter-spacing:.35em;text-transform:uppercase;margin-top:.5rem;font-family:var(--font-mono)}