/* Minimal Font Awesome 6 - Only icons used on this site */
@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 {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-arrow-right:before { content: "\f061"; }
.fa-bolt:before { content: "\e0b7"; }
.fa-border-all:before { content: "\f84c"; }
.fa-broom:before { content: "\f51a"; }
.fa-bug-slash:before { content: "\e490"; }
.fa-cat:before { content: "\f6be"; }
.fa-check:before { content: "\f00c"; }
.fa-clock:before { content: "\f017"; }
.fa-door-open:before { content: "\f52b"; }
.fa-droplet:before { content: "\f5c7"; }
.fa-heart:before { content: "\f004"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-paintbrush:before { content: "\f1fc"; }
.fa-percent:before { content: "\25"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-volume:before { content: "\f2a0"; }
.fa-ruler-combined:before { content: "\f546"; }
.fa-screwdriver-wrench:before { content: "\f7d9"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-tag:before { content: "\f02b"; }
.fa-users:before { content: "\f0c0"; }
.fa-wallet:before { content: "\f555"; }
.fa-wind:before { content: "\f72e"; }
