/**
 * Agency: force Font Awesome 5 Free / Brands on icon classes.
 * Loaded last (agency only) so a broken Pro stack or another stylesheet
 * cannot leave .fas/.far/.fab pointing at missing webfonts.
 */
.fa,
.fas,
.fa::before,
.fas::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.far,
.far::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.fal,
.fal::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 300 !important;
}

.fab,
.fab::before {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}
