/* Font Awesome 6.4.2 subset — CC BY 4.0 (icons) / MIT (CSS) — fontawesome.com
 *
 * Generated, do not hand-edit. The upstream all.min.css is 99.8 KB defining
 * ~2000 icons; these templates use 9. Loading the full sheet cost ~98 KB
 * of render-blocking third-party CSS on every article, resources, glossary and
 * term page, across all four brands.
 *
 * Regenerate with the snippet in docs/image-variants.md's sibling note when the
 * icon set changes. TestFontAwesomeSubsetCoversUsedIcons fails if a template
 * starts using an icon that is not below.
 *
 * Only the two font families these icons need are declared (Free 900 solid and
 * Brands 400); upstream ships ten @font-face blocks including v4/v5 compat.
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa, .fas, .fa-solid,
.fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-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; }
.fab, .fa-brands    { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fa-check:before{content:"\f00c"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-facebook-f:before{content:"\f39e"}
.fa-linkedin:before{content:"\f08c"}
.fa-location-dot:before{content:"\f3c5"}
.fa-minus:before{content:"\f068"}
.fa-plus:before{content:"\2b"}
.fa-twitter:before{content:"\f099"}
