body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-theme-yellow {
  background-color: #f8cb2e;
}

.bg-theme-offwhite {
  background-color: #fff8e1;
}

.text-theme-red {
  color: #e21818;
}

.text-theme-black {
  color: #1c1c1c;
}

.btn-theme-red {
  background-color: #e21818;
  color: white;
  border: none;
}

.btn-theme-red:hover {
  background-color: #bb1616;
}

.modal-header.bg-theme-red {
  background-color: #e21818;
}
