/* Override Line Awesome @font-face to use font-display: swap for better rendering
  This file is intentionally small and loaded after the main CSS to override
   the original @font-face declarations which used font-display:auto. */
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/la-regular-400.woff2') format('woff2'),
      url('/assets/fonts/la-regular-400.woff') format('woff');
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/la-solid-900.woff2') format('woff2'),
      url('/assets/fonts/la-solid-900.woff') format('woff');
}

@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/la-brands-400.woff2') format('woff2'),
      url('/assets/fonts/la-brands-400.woff') format('woff');
}
