.Loader{flex-direction:column;justify-content:center;align-items:center;display:flex}.Loader svg{fill:var(--primary);aspect-ratio:1;width:2.5rem;height:auto;animation:1s infinite spinLoading}.Loader--small svg{width:1.75rem}@keyframes spinLoading{0%{transform:rotate(0)}to{transform:rotate(120deg)}}
