.loader{display:flex;justify-content:center;align-items:center;height:100%;width:100%;font-size:2rem;font-weight:700;color:var(--color-primary)}.loader__spinner{height:100px;width:100px;animation:spin 1s linear infinite;stroke-width:12px;stroke:var(--primary-color)}.loader__spinner--secondary{stroke:white;width:25px;height:25px;stroke-width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}