.brand-color-secondary{
 color: @brand-color-default-secondary !important;
}

.brand-color-secondary-bg{
 background-color: @brand-color-default-secondary !important;
}

.brand-color-secondary-border{
 border-color: @brand-color-default-secondary !important;
}

.brand-color-primary{
 color: @brand-color-default-primary !important;
}

.brand-color-primary-bg{
 background-color: @brand-color-default-primary !important;
}

.brand-color-primary-border{
 border-color: @brand-color-default-primary !important;
}

