/* Local Font Awesome - Modern font formats only (removes .eot and .svg)
   This overrides the @font-face from font-awesome.min.css to use only modern formats,
   preventing preload warnings for unused legacy font formats. */

@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/vendor/font-awesome-4.7/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('../assets/vendor/font-awesome-4.7/fonts/fontawesome-webfont.woff') format('woff'),
       url('../assets/vendor/font-awesome-4.7/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
