/* Font Awesome 6.5.0 Free -- self-hosted, and reduced to the icons this
   site actually uses so that no request is made to a third-party CDN.

   GENERATED FILE -- do not edit by hand.
   Rebuild with:  python tools/build-icons.py

   The webfonts in /fonts are SUBSETTED to the glyphs listed below. If you add
   a new icon to a page you MUST rerun the script, or the icon will render as
   a blank box.

   Icons: CC BY 4.0 | Fonts: SIL OFL 1.1 | Code: MIT
   https://fontawesome.com - (c) Fonticons, Inc. */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/fa-regular-400.woff2') format('woff2');
}

.fa, .fas, .fa-solid, .far, .fa-regular {
  -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, .fas, .fa-solid { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.far, .fa-regular    { font-family: 'Font Awesome 6 Free'; font-weight: 400; }


/* solid */
.fa-arrow-up-right-from-square:before { content: "\f08e"; }
.fa-bars:before                       { content: "\f0c9"; }
.fa-calendar-days:before              { content: "\f073"; }
.fa-circle-info:before                { content: "\f05a"; }
.fa-cookie-bite:before                { content: "\f564"; }
.fa-cube:before                       { content: "\f1b2"; }
.fa-desktop:before                    { content: "\f390"; }
.fa-diamond-turn-right:before         { content: "\f5eb"; }
.fa-envelope:before                   { content: "\f0e0"; }
.fa-gears:before                      { content: "\f085"; }
.fa-hammer:before                     { content: "\f6e3"; }
.fa-handshake:before                  { content: "\f2b5"; }
.fa-location-dot:before               { content: "\f3c5"; }
.fa-map-location-dot:before           { content: "\f5a0"; }
.fa-microchip:before                  { content: "\f2db"; }
.fa-paper-plane:before                { content: "\f1d8"; }
.fa-toolbox:before                    { content: "\f552"; }
.fa-users:before                      { content: "\f0c0"; }
.fa-wand-magic-sparkles:before        { content: "\e2ca"; }

/* regular */
.fa-clock:before { content: "\f017"; }
