/**
 * theme-public.css keeps FA :before glyphs but strips @font-face (PageSpeed build).
 * Load self-hosted Font Awesome 6 Free so .fas / .far icons render on the public site.
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/vendor/fonts/fontawesome/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/vendor/fonts/fontawesome/fa-regular-400.woff2") format("woff2");
}

.fas,
.fa-solid,
.fal,
.fa:not(.far):not(.fab) {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.faq-icon .fas,
.faq-icon .far {
  font-size: inherit;
  line-height: inherit;
}
