@mixin defaultBar {
    background-color: var(--color-primary);
}

@mixin indeterminedBar {
    animation-name: progressAnim;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}