/* Font Awesome 7.2.0 Pro, subset to the three solid glyphs this site actually
   uses. Source font: https://design.bhd.om/fa/v7.2.0/webfonts/fa-solid-900.woff2
   Loading the three upstream stylesheets cost 41 KB of CSS plus a 260 KB webfont
   plus a whole extra origin on the critical path, to draw three icons.
   Commercial licence: https://fontawesome.com/license */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-subset.woff2") format("woff2");
}
.fa-solid, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
}
.fa-building-columns::before { content: "\f19c"; }
.fa-chart-line::before       { content: "\f201"; }
.fa-chess::before            { content: "\f439"; }
