/*
 * Font Awesome Free 6.5.2 - self-hosted subset (14 icons)
 * Icons: CC BY 4.0 | Fonts: SIL OFL 1.1 | Code: MIT
 * https://fontawesome.com
 *
 * Only the glyphs this theme references are included; the shipped webfonts
 * are subsets of the official 6.5.2 binaries, so metrics are unchanged.
 */

.fa-solid, .fas, .fa-regular, .far, .fa-brands, .fab {
  -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;
}

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

.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

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

.fa-regular, .far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.woff2) format('woff2');
}

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

.fa-bars::before { content: "\f0c9"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-chart-simple::before { content: "\e473"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-house::before { content: "\f015"; }
.fa-instagram::before { content: "\f16d"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-phone::before { content: "\f095"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-trophy::before { content: "\f091"; }
.fa-user::before { content: "\f007"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-xmark::before { content: "\f00d"; }
