/* The reduced local FA core does not include the brand-family selector. */
.fa-brands,
.fab {
  font-family: "Font Awesome 7 Brands" !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.fa-brands::before,
.fab::before {
  content: var(--fa) !important;
}
