@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-subset.woff2") format("woff2");
}

.fas,
.far {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.far { font-weight: 400; }

.fa-star::before { content: "\f005"; }
.fa-check::before { content: "\f00c"; }
.fa-arrow-circle-down::before { content: "\f0ab"; }
.fa-angle-double-left::before { content: "\f100"; }
.fa-angle-double-right::before { content: "\f101"; }
.fa-chevron-circle-down::before { content: "\f13a"; }
.fa-check-square::before { content: "\f14a"; }
