.text-primary {
  color: $primary !important;
}
.text-success {
  color: adjust-color($success, $lightness: -15%) !important;
}
.text-danger {
  color: $danger !important;
}
.text-warning {
  color: adjust-color($warning, $lightness: -25%) !important;
}
