/* Use custom font */
.eapps-form,
.eapps-form * {
  font-family: "DynaPuff", sans-serif !important;
}

/* Make labels and outside form text white */
.eapps-form label,
.eapps-form-fieldset-label,
.eapps-form-field-label,
.eapps-form-element-label {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Keep field text grey */
.eapps-form input,
.eapps-form textarea,
.eapps-form select {
  color: #555555 !important;
  -webkit-text-fill-color: #555555 !important;
  caret-color: #555555 !important;
  font-family: "Fredoka", sans-serif !important;
}

/* Keep placeholder text grey */
.eapps-form input::placeholder,
.eapps-form textarea::placeholder {
  color: #b8b8b8 !important;
  -webkit-text-fill-color: #b8b8b8 !important;
  opacity: 1 !important;
}

/* Button text */
.eapps-form button,
.eapps-form button * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "Fredoka", sans-serif !important;
}
