/*!
 * Font Awesome Free 7.3.1 subset — Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT
 * https://fontawesome.com/license/free — Copyright Fonticons, Inc.
 * Self-hosted solid glyphs only: bell-concierge, hand-holding-heart, wifi, arrow-up-right-from-square
 */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/static/fonts/fa-solid-subset.woff2") format("woff2");
}

.fas,
.fa-solid,
.fa {
  --_fa-family: var(--fa-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;
}

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

.fa-bell-concierge,
.fa-concierge-bell { --fa: "\f562"; }

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

.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong { --fa: "\f1eb"; }

.fa-arrow-up-right-from-square,
.fa-external-link { --fa: "\f08e"; }
