@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid var(--color-forest-light);border-top-color:var(--color-forest-primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:.7s linear infinite spin}.loading-overlay{background-color:var(--color-forest-background);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:100vh;display:flex}.loading-overlay .spinner{width:3rem;height:3rem}