/* Local lightweight Font Awesome subset for cactus theme. */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

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

.fa,
.fab,
.fa-brands,
.fa-solid,
.fas {
  -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,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa:before,
.fab:before,
.fa-brands:before,
.fa-solid:before,
.fas:before {
  display: inline-block;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-2x {
  font-size: 2em;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-list:before {
  content: "\f03a";
}

.fa-archive:before {
  content: "\f187";
}

.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-hacker-news:before {
  content: "\f1d4";
}
