/* fontawesome-subset.css — self-hosted, hand-subsetted Font Awesome 6.6.0 Free (solid)
   Only the 13 glyphs actually used across xlxreflector.org are declared here,
   instead of loading the full FA kit (all styles, all ~2000 icons) from a
   third-party CDN. Codepoints verified against the official 6.6.0 release. */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2");
}
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-satellite-dish:before      { content: "\f7c0"; }
.fa-home:before                { content: "\f015"; }
.fa-list-ul:before              { content: "\f0ca"; }
.fa-id-card:before               { content: "\f2c2"; }
.fa-moon:before                  { content: "\f186"; }
.fa-sun:before                   { content: "\f185"; }
.fa-tachometer-alt:before        { content: "\f625"; }
.fa-bullhorn:before              { content: "\f0a1"; }
.fa-download:before              { content: "\f019"; }
.fa-ban:before                   { content: "\f05e"; }
.fa-check:before                 { content: "\f00c"; }
.fa-exclamation-triangle:before  { content: "\f071"; }
.fa-info-circle:before           { content: "\f05a"; }
