.trace-spinner{color:var(--color-dark)}.trace-spinner--sm{width:20px;height:20px}.trace-spinner--md{width:36px;height:36px}.trace-spinner--lg{width:56px;height:56px}.trace-spinner--xl{width:80px;height:80px}.trace-spinner__path-upper{stroke-dasharray:1400;stroke-dashoffset:1400px;animation:2s cubic-bezier(.4,0,.2,1) infinite trace-draw}.trace-spinner__path-lower{stroke-dasharray:1400;stroke-dashoffset:1400px;animation:2s cubic-bezier(.4,0,.2,1) .25s infinite trace-draw}@keyframes trace-draw{0%{stroke-dashoffset:1400px;stroke-opacity:.3}45%{stroke-dashoffset:0;stroke-opacity:1}55%{stroke-dashoffset:0;stroke-opacity:1}to{stroke-dashoffset:-1400px;stroke-opacity:.3}}@media (prefers-reduced-motion:reduce){.trace-spinner__path-upper,.trace-spinner__path-lower{stroke-dashoffset:0;stroke-opacity:1;animation:none}}
