/* Google font import */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500..700;1,400..700&display=swap');

/* Set font header */
h1, h2, h3, h4, h5, h6, .button {
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
}

/* Set font body */
body, input, optgroup, select, textarea {
  font-family:"Lora", sans-serif; 
}

/* Make font larger
body, .button, .input, .select, .label, .textarea, .survey label.radio, .survey label.checkbox, #fcc_providers .table, .order-details td {
  font-size: 1.125em;
}
*/

/* Set button color */
.button.is-primary {
  background-color: #F36F5B !important;
}

/* Change logo size */
#brand-header-image {
  max-height: 5rem;
}