/* stylelint-disable  declaration-no-important   */

.bg-white {
  background-color: $white !important;
}

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

.bg-gray {
  background-color: $gray-3 !important;
}

.bg-dark {
  background: $gray-9;
}

.bg-success {
  background: $brand-success !important;
}

.bg-info {
  background: $brand-info !important;
}

.bg-warning {
  background: $brand-warning !important;
}

.bg-danger {
  background: $brand-danger !important;
}

.bg-assist {
  background: $brand-assist !important;
}
