@font-face {
  font-family: "fa-subset-solid";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2");
}

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

.fa-star:before { content: "\f005"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-font:before { content: "\f031"; }
.fa-clock:before { content: "\f017"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-comments:before { content: "\f086"; }
.fa-book:before { content: "\f02d"; }
.fa-arrow-down-wide-short:before { content: "\f161"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-link:before { content: "\f0c1"; }
