/*
 * Local font bundle for SFC Radar.
 * Lato and Raleway are licensed under the SIL Open Font License 1.1.
 * Font Awesome Free 6.4.0 is used under its bundled free license; the font
 * below contains only the glyphs referenced by this site. See /fonts/LICENSE-*.txt.
 */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("/fonts/lato-latin-300-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/fonts/lato-latin-400-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/lato-latin-700-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/raleway-latin-wght-v1.woff2") format("woff2-variations");
}

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

.fa-solid,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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-spin {
  animation: fa-spin var(--fa-animation-duration, 2s) var(--fa-animation-timing, linear)
    var(--fa-animation-delay, 0s) var(--fa-animation-iteration-count, infinite);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin-pulse {
  animation: fa-spin var(--fa-animation-duration, 1s) steps(8)
    var(--fa-animation-delay, 0s) var(--fa-animation-iteration-count, infinite);
  animation-direction: var(--fa-animation-direction, normal);
}

@media (prefers-reduced-motion: reduce) {
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
  }
}

@keyframes fa-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.fa-address-book::before { content: "\f2b9"; }
.fa-arrow-right-arrow-left::before { content: "\f0ec"; }
.fa-arrow-right-from-bracket::before { content: "\f08b"; }
.fa-arrow-right-to-bracket::before { content: "\f090"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-arrows-to-circle::before { content: "\e4bd"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-box-open::before { content: "\f49e"; }
.fa-building::before { content: "\f1ad"; }
.fa-building-columns::before { content: "\f19c"; }
.fa-calendar-day::before { content: "\f783"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-chart-area::before { content: "\f1fe"; }
.fa-chart-column::before { content: "\e0e3"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-clock-rotate-left::before { content: "\f1da"; }
.fa-code::before { content: "\f121"; }
.fa-coins::before { content: "\f51e"; }
.fa-database::before { content: "\f1c0"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-fax::before { content: "\f1ac"; }
.fa-file-contract::before { content: "\f56c"; }
.fa-file-csv::before { content: "\f6dd"; }
.fa-file-zipper::before { content: "\f1c6"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-globe::before { content: "\f0ac"; }
.fa-grip::before { content: "\f58d"; }
.fa-key::before { content: "\f084"; }
.fa-landmark::before { content: "\f66f"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-list::before { content: "\f03a"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-magnifying-glass::before,
.fa-search::before { content: "\f002"; }
.fa-map-pin::before { content: "\f276"; }
.fa-phone::before { content: "\f095"; }
.fa-play::before { content: "\f04b"; }
/* fa-radar is a Pro-only name in 6.4; use the included satellite glyph. */
.fa-radar::before,
.fa-satellite-dish::before { content: "\f7c0"; }
.fa-ranking-star::before { content: "\e561"; }
.fa-rotate-right::before { content: "\f2f9"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-tags::before { content: "\f02c"; }
.fa-toggle-on::before { content: "\f205"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-user-shield::before { content: "\f505"; }
.fa-user-tie::before { content: "\f508"; }
