/* Google font import */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* Set font */
body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family:"Nunito Sans", 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;
}

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

/* Add extra space because of large logo size */

.hero-body.card-overlay {
  margin-top: 5rem;
}

/* Make headings bolder */

h1, h2, h3, h4, h5, h6, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 800;
}

/* Make Footer Dark */
.footer {
  background-color: #4B4E55;
  color: #ffffff;
}