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

/* Set font headings */
h1, h2, h3, h4, h5, h6, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "Rethink Sans", serif;
  font-weight: 800;
}

/* Set font body */
body, button, input, optgroup, select, textarea {
  font-family: "Roboto", 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: 3rem;
}

#front-pages .visual-editor {
  bottom: -27px;
}

@media screen and (min-width: 1024px) {
  #front-pages .visual-editor {
    bottom: -43px;
  }
}