.is-custom-bg {
  background-color: #ffeac5;
}

.is-custom-primary {
  color: #790051 !important;
}

.is-custom-text-color {
  color: #ffeac5 !important;
}

.is-custom-primary-bg {
  background-color: #790051 !important;
  color: #fff;
}

.is-transparent-bg {
  background-color: transparent !important;
}

.is-custom-secondary-bg {
  background-color: #f77c37 !important;
  color: #fff;
}

.is-custom-secondary {
  color: #f77c37;
}
