@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-times:before {
  content: "\f00d";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-star:before {
  content: "\f005";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-comments:before {
  content: "\f086";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
