/* Font Awesome Free has no light (300) weight, which the theme requests for
   some content icons (e.g. the FAQ +/-). Alias weight 300 to the solid glyphs
   so they render. (See docs/parity-inventory.md — icons use FA Free.) */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: 300;
  font-style: normal;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}
