/* Font Awesome Solid Icons - Self-hosted */
@font-face {
  font-family: 'FontAwesomeSolidLocal';
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome Regular Icons - Self-hosted */
@font-face {
  font-family: 'FontAwesomeRegularLocal';
  src: url('../webfonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Map common FA usage to the local fonts as fallback */
.fas, .fa, .fa-solid, i.fas {
  font-family: 'FontAwesomeSolidLocal', 'Font Awesome 6 Free', 'Segoe UI', Arial, sans-serif !important;
}

.far, .fa-regular, i.far {
  font-family: 'FontAwesomeRegularLocal', 'Font Awesome 6 Free', 'Segoe UI', Arial, sans-serif !important;
}
