/* Public Sans is the selected site-wide typeface (former option 3). */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./PublicSans-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./PublicSans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./PublicSans-Bold.woff2") format("woff2");
}

body,
body *:not([class*="icon"]):not([class*="Icon"]):not([class*="arrow"]):not([class*="Arrow"]):not([class^="fa"]):not([class*=" fa"]) {
  font-family: "Public Sans", Arial, sans-serif !important;
}

/* Match the site's 18px text standard in the four-part quality block. */
#ueber-uns .omnix-about-benefit h3,
#ueber-uns .omnix-about-benefit p {
  font-size: 18px;
}

#ueber-uns .omnix-about-benefit p {
  line-height: 1.5;
}

/* One consistent reading size for body copy across every page. Headings,
   kickers, labels and buttons retain their functional hierarchy. */
body p,
main li,
main address,
input:not([type="button"]):not([type="submit"]):not([type="reset"]),
textarea,
select {
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.omnix-footer-description,
.omnix-footer-legal a,
.omnix-footer-copyright,
.omnix-footer-credit,
.omnix-footer-credit a,
.omnix-footer-nav a,
.omnix-footer-address,
.omnix-footer-address a,
.omnix-footer-contact-links a {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.omnix-footer .omnix-footer-column a:not(.omnix-footer-button) {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .omnix-about-person figcaption strong,
  .omnix-about-person figcaption span,
  .omnix-contact-section .omnix-contact-method-copy small,
  .omnix-contact-section .omnix-contact-method-copy strong,
  .omnix-contact-section .omnix-form-field > span,
  .omnix-contact-section .omnix-form-submit {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

/* Keep the legal meta information visually subordinate to the main footer. */
.omnix-footer .omnix-footer-copyright,
.omnix-footer .omnix-footer-credit,
.omnix-footer .omnix-footer-credit a,
.omnix-footer .omnix-footer-column .omnix-footer-credit a,
.omnix-footer .omnix-footer-contact .omnix-footer-credit a {
  font-family: "Public Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 1.5 !important;
}
