/* Subset of Font Awesome Free 6 - only icons used by this site */
@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,
.fa-solid {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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::before,
.fas::before,
.fa-solid::before {
  content: var(--fa);
}

.fa-arrow-right { --fa: "\f061"; }
.fa-atom { --fa: "\f5d2"; }
.fa-bars { --fa: "\f0c9"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-chart-line { --fa: "\f201"; }
.fa-clock { --fa: "\f017"; }
.fa-cubes { --fa: "\f1b3"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-file-signature { --fa: "\f573"; }
.fa-fish { --fa: "\f578"; }
.fa-gears { --fa: "\f085"; }
.fa-cogs { --fa: "\f085"; }
.fa-industry { --fa: "\f275"; }
.fa-layer-group { --fa: "\f5fd"; }
.fa-leaf { --fa: "\f06c"; }
.fa-map-marker-alt { --fa: "\f3c5"; }
.fa-seedling { --fa: "\f4d8"; }
.fa-shield { --fa: "\f132"; }
.fa-ship { --fa: "\f21a"; }
.fa-utensils { --fa: "\f2e7"; }
.fa-user-shield { --fa: "\f505"; }
.fa-water { --fa: "\f773"; }
.fa-xmark { --fa: "\f00d"; }
