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

.fa-solid,
.fas,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
}

.fa-solid::before,
.fas::before,
.fa::before {
  content: var(--fa);
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-battery,
.fa-battery-full {
  --fa: "\f240";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-up-right-from-square,
.fa-arrow-up-right-from-square {
  --fa: "\f35d";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-house {
  --fa: "\f015";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-brain {
  --fa: "\f5dc";
}
