/* Minimal Font Awesome 6 (solid) subset — just the glyphs the original
   game.html button bars and player banners use, served locally. */
@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/vendor/fontawesome/fa-solid-900.woff2") format("woff2");
}

.fa {
  font-family: "fontawesome";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.fa-comments::before { content: "\f086"; }
.fa-home::before { content: "\f015"; }
.fa-cog::before { content: "\f013"; }
.fa-film::before { content: "\f008"; }
.fa-share::before { content: "\f064"; }
.fa-location-arrow::before { content: "\f124"; }
.fa-undo::before { content: "\f2ea"; }
.fa-bars::before { content: "\f0c9"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-shield::before { content: "\f132"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-fast-backward::before { content: "\f049"; }
.fa-backward::before { content: "\f04a"; }
.fa-play::before { content: "\f04b"; }
.fa-pause::before { content: "\f04c"; }
.fa-forward::before { content: "\f04e"; }
.fa-fast-forward::before { content: "\f050"; }
.fa-caret-square-right::before { content: "\f152"; }
.fa-code-branch::before { content: "\f126"; }
.fa-star::before { content: "\f005"; }
.fa-star-o::before { content: "\f006"; }
.fa-bars::before { content: "\f0c9"; }
.fa-rotate-90 { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }
