/* FontAwesome font-display: swap – loads before Salient so Lighthouse is satisfied */
@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;
}
