.header__logo {
    --color-primary: var(--clr-fixed-soft-dark);
    --color-tertiary: var(--clr-fixed-light);
    --color-senary: var(--clr-fixed-soft-dark);
    --color-octonary: var(--clr-fixed-light);
}

.header__logo:hover {
    --color-octonary: var(--clr-hover-light);
    --color-tertiary: var(--clr-hover-light);
}

.header__counter {
    color: white;
}

.header__counter .indicator:not(:last-child)::before {
    color: white;
}
.fixed-enroll__btn {
    background:  #fe7e21;
}