/* Local Font Awesome subset for this site */
@font-face {
  font-family: "FA6SolidSubset";
  src: url("../font/fa-solid-subset.woff2") format("woff2");
  font-display: block;
}

.fas {
  display: inline-block;
  font-family: "FA6SolidSubset";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-box::before { content: "\f466"; }
.fa-brain::before { content: "\f5dc"; }
.fa-chart-line::before { content: "\f201"; }
.fa-cloud-download-alt::before { content: "\f0ed"; }
.fa-crown::before { content: "\f521"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-gem::before { content: "\f3a5"; }
.fa-gift::before { content: "\f06b"; }
.fa-home::before { content: "\f015"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-magic::before { content: "\f0d0"; }
.fa-moon::before { content: "\f186"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-rocket::before { content: "\f135"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-star::before { content: "\f005"; }
.fa-sun::before { content: "\f185"; }
.fa-users::before { content: "\f0c0"; }
