/* .step svg path {
    fill: var(--system-progress-resting);
}

.step.active svg path {
    fill: var(--system-progress-loading);
} */

.step:focus {
    outline: none;
}