.spinner{border:3px solid var(--border-strong);border-top-color:var(--brand);border-radius:50%;animation:.7s linear infinite spin;display:inline-block}.page-spinner{justify-content:center;align-items:center;min-height:240px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}
