/*
 * Minimal Font Awesome 6.5.0 subset — only the 17 icons actually used on
 * this site (4 brand + 13 solid). Regenerate via fonttools if new icons
 * are added; see /image or project notes for the source webfonts.
 */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/fa-brands-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/webfonts/fa-solid-subset.woff2') format('woff2');
}

.fa,
.fa-classic,
.fas,
.fa-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-facebook-f:before { content: "\f39e"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-cloud-upload-alt:before { content: "\f0ee"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-file-invoice-dollar:before { content: "\f571"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-headset:before { content: "\f590"; }
.fa-receipt:before { content: "\f543"; }
.fa-search-dollar:before { content: "\f688"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-sitemap:before { content: "\f0e8"; }
