/*! Font Awesome Free 6.5.1 — Self-hosted subset for public pages.
 *  License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT)
 */

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

.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-solid, .fas,
[class*="fa-"] {
  -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-xs  { font-size: .75em; }
.fa-sm  { font-size: .875em; }
.fa-lg  { font-size: 1.25em; }
.fa-xl  { font-size: 1.5em; }
.fa-2x  { font-size: 2em; }

/* Icon codepoints — only those used in this app */
.fa-bars:before { content: "\f0c9"; }
.fa-bolt:before, .fa-zap:before { content: "\f0e7"; }
.fa-book:before { content: "\f02d"; }
.fa-book-open:before { content: "\f518"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-chart-bar:before, .fa-bar-chart:before { content: "\f080"; }
.fa-chart-simple:before { content: "\e473"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-exclamation:before, .fa-exclamation-circle:before { content: "\f06a"; }
.fa-circle-play:before, .fa-play-circle:before { content: "\f144"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-clock:before { content: "\f017"; }
.fa-earth-americas:before, .fa-globe-americas:before { content: "\f57d"; }
.fa-file-export:before, .fa-arrow-right-from-file:before { content: "\f56e"; }
.fa-file-lines:before, .fa-file-text:before { content: "\f15c"; }
.fa-gauge-high:before, .fa-tachometer-alt-fast:before { content: "\f625"; }
.fa-gear:before, .fa-cog:before { content: "\f013"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-map:before { content: "\f279"; }
.fa-minus:before, .fa-subtract:before { content: "\f068"; }
.fa-play:before { content: "\f04b"; }
.fa-rectangle-xmark:before, .fa-times-rectangle:before { content: "\f410"; }
.fa-scale-balanced:before, .fa-balance-scale:before { content: "\f24e"; }
.fa-shield-halved:before, .fa-shield-alt:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-tags:before { content: "\f02c"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-video:before, .fa-video-camera:before { content: "\f03d"; }
.fa-wand-magic-sparkles:before, .fa-magic-wand-sparkles:before { content: "\e2ca"; }
