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

.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.fa-bars::before { content: "\f0c9"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-car-burst::before { content: "\e344"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-arrow-down-long::before { content: "\f175"; }
.fa-arrow-up-long::before { content: "\f176"; }
.fa-chart-line::before { content: "\f201"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbs-down::before { content: "\f165"; }
.fa-eye::before { content: "\f06e"; }
.fa-calendar::before { content: "\f133"; }
.fa-robot::before { content: "\f544"; }
.fa-pen-nib::before { content: "\f5ad"; }
