/*!
 * Subset of Font Awesome Free 7.1.0 by @fontawesome
 * License - https://fontawesome.com/license/free
 * (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT)
 *
 * GENERATED FILE - do not edit by hand.
 * Regenerate with: python3 scripts/build-icon-subset.py
 */

:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-family-brands: "Font Awesome 7 Brands";
}

.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  --_fa-family: var(--fa-family, "Font Awesome 7 Free");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fa-solid, .fa-regular, .fa-brands, .fa)::before {
  content: var(--fa);
}

.fa-solid  { --fa-style: 900; }
.fa-regular { --fa-style: 400; }
.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/icons/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/icons/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/icons/fa-brands-400.woff2") format("woff2");
}

.fa-facebook-f { --fa: "\f39e"; }
.fa-heart { --fa: "\f004"; }
.fa-link { --fa: "\f0c1"; }
.fa-right-from-bracket { --fa: "\f2f5"; }
.fa-share-nodes { --fa: "\f1e0"; }
.fa-star { --fa: "\f005"; }
.fa-volume-high { --fa: "\f028"; }
.fa-volume-xmark { --fa: "\f6a9"; }
.fa-whatsapp { --fa: "\f232"; }
.fa-x-twitter { --fa: "\e61b"; }
