@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

.fa, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-cog:before { content: "\f013"; }
.fa-search:before, .fa-magnifying-glass:before { content: "\f002"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-check-circle:before { content: "\f058"; }
.fa-times:before { content: "\f00d"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-home:before { content: "\f015"; }
