/* Font Awesome glyphs were losing family/content to the portal text stack. */
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fa-brands::before,
.fab::before,
.fa-solid::before,
.fas::before,
.fa-regular::before,
.far::before {
  content: var(--fa) !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  display: inline-block;
}
