/* Font Awesome 6 Free — solid subset used on Spatial Patch
   Icons: CC BY 4.0 · Fonts: SIL OFL 1.1 · Code: MIT */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url("/static/webfonts/fa-solid-900.woff2") format("woff2");
}
.fa-solid,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-gamepad:before { content: "\f11b"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-table-cells:before { content: "\f00a"; }
.fa-arrow-rotate-right:before { content: "\f2f1"; }
.fa-trophy:before { content: "\f091"; }
.fa-eye:before { content: "\f06e"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-bullseye:before { content: "\f140"; }
.fa-star:before { content: "\f005"; }
.fa-arrow-left:before { content: "\f060"; }
