.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--color-gray-200);border-top-color:var(--color-brand);border-radius:50%;animation:spinnerRotate .6s linear infinite;flex-shrink:0}.spinner--sm{width:14px;height:14px;border-width:2px}.spinner--lg{width:28px;height:28px;border-width:3px}.spinner--center{display:flex;justify-content:center;align-items:center;padding:var(--space-8)}@keyframes spinnerRotate{to{transform:rotate(1turn)}}