/* Self-hosted Font Awesome subset - only the 62 icons this
   site actually uses (solid + brands), built with fonttools from the official 6.5.2 release.
   Removes the ~150KB+ multi-family CDN dependency down to a couple KB. */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/assets/webfonts/fa-solid-subset.woff2?v=2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/assets/webfonts/fa-brands-subset.woff2') format('woff2');
}

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

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

.fa-solid, .fas, .fa-brands, .fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid[hidden], .fas[hidden], .fa-brands[hidden], .fab[hidden] {
  display: none;
}

.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-up-right-from-square::before { content: "\f08e"; }
.fa-arrows-up-down-left-right::before { content: "\f047"; }
.fa-bag-shopping::before { content: "\f290"; }
.fa-ban::before { content: "\f05e"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book::before { content: "\f02d"; }
.fa-bug::before { content: "\f188"; }
.fa-building::before { content: "\f1ad"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-camera::before { content: "\f030"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-comments::before { content: "\f086"; }
.fa-compass::before { content: "\f14e"; }
.fa-copy::before { content: "\f0c5"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-fingerprint::before { content: "\f577"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-grip-vertical::before { content: "\f58e"; }
.fa-icons::before { content: "\f86d"; }
.fa-image::before { content: "\f03e"; }
.fa-images::before { content: "\f302"; }
.fa-link::before { content: "\f0c1"; }
.fa-link-slash::before { content: "\f127"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-lock::before { content: "\f023"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-mobile-screen-button::before { content: "\f3cd"; }
.fa-money-bill-transfer::before { content: "\e528"; }
.fa-moon::before { content: "\f186"; }
.fa-music::before { content: "\f001"; }
.fa-panorama::before { content: "\e209"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-people-group::before { content: "\e533"; }
.fa-photo-film::before { content: "\f87c"; }
.fa-play::before { content: "\f04b"; }
.fa-satellite-dish::before { content: "\f7c0"; }
.fa-share-nodes::before { content: "\f1e0"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-sun::before { content: "\f185"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-upload::before { content: "\f093"; }
.fa-user::before { content: "\f007"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-shield::before { content: "\f505"; }
.fa-users::before { content: "\f0c0"; }
.fa-video::before { content: "\f03d"; }
.fa-wand-magic-sparkles::before { content: "\e2ca"; }
.fa-instagram::before { content: "\f16d"; }
.fa-reddit::before { content: "\f1a1"; }
.fa-threads::before { content: "\e618"; }
.fa-tiktok::before { content: "\e07b"; }
