/* Force Font Awesome Local Override */
/* Override any external Font Awesome references */
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('../fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url('../fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url('../fonts/fontawesome/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url('../fonts/fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Ensure all FA icons use local fonts */
.fa, .fas, .far, .fab, .fal, .fad,
[class*="fa-"],
.fontawesome-i2svg-active .fa,
.fontawesome-i2svg-active .fas,
.fontawesome-i2svg-active .far,
.fontawesome-i2svg-active .fab,
.fontawesome-i2svg-active .fal,
.fontawesome-i2svg-active .fad {
  font-family: 'Font Awesome 7 Free', 'Font Awesome 5 Free', 'FontAwesome' !important;
}

/* Brand icons specific override */
.fab {
  font-family: 'Font Awesome 7 Brands', 'Font Awesome 5 Brands' !important;
}