/* FontAwesome font-display: swap – loads after Salient to override parent theme's font loading */
/* This ensures PageSpeed detects font-display: swap for fontawesome-webfont.woff */
@font-face {
  font-family: 'FontAwesome';
  src: url('../salient/css/fonts/fontawesome-webfont.woff?v=4.2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
