.text-mono{fill:var(--primary-dark)}.text-spectrum:first-child{fill:var(--polly-blue)}.text-spectrum:nth-child(2){fill:var(--polly-purple)}.text-spectrum:nth-child(3){fill:var(--polly-orange)}.text-spectrum:nth-child(4){fill:var(--polly-green)}.text-spectrum:nth-child(5){fill:var(--polly-yellow)}.svg-shadow{filter:drop-shadow(0 4px 4px red)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.spinner-border{padding:3px;display:flex;justify-content:center;align-items:center;background:var(--polly-blue);background:linear-gradient(0deg,var(--polly-blue) 33%,rgba(from var(--polly-blue) r g b/10%) 100%);animation:spin 1.6s linear 0s infinite}.spinner-border,.spinner-core{width:100%;height:100%;border-radius:50%}.spinner-core{background-color:var(--background)}