@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

fieldset:not(.webform-type-radios):not(.webform-type-checkboxes) > legend > span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #880036;
}
.webform-submission-form {
  font-family: "Verdana", sans-serif; 
}
.form-item-civicrm-1-contact-1-email-email label {
  font-weight: 600;
}
.btn.btn-primary {
 background-color: #EB5950;
 border: none;
 font-weight: 600;
  font-size: 14px;
}
.btn.btn-primary:hover,.btn.btn-primary:focus  {
  background-color: #8D0C34;
  border: none;
}
