.page-heading {
  margin-top: 36px;
  font-size: 36px;
}

.form-input {
  border-radius: 8px !important;
  font-family: Montserrat;
}

select option {
  font-family: sans-serif;
}

.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-right: 2.5rem;
}

.button--primary {
  border-radius: 8px !important;
}