/*!
 * Font Awesome Free 6 — theme subset (12 icons).
 * Generated via scripts/fa-subset.sh (fontawesome-subset npm package).
 * Icons: brands[tiktok, instagram, telegram, viber]
 *        solid[phone, ruler, shield-halved, truck-fast, wallet, earth-americas, circle-play, briefcase]
 * Do not edit by hand — rerun the script to regenerate.
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/fontawesome/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(../fonts/fontawesome/fa-solid-900.woff2) format("woff2");
}
.fa,
.fas,
.fab,
.fa-solid,
.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-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-tiktok::before { content: "\e07b"; }
.fa-instagram::before { content: "\f16d"; }
.fa-telegram::before { content: "\f2c6"; }
.fa-viber::before { content: "\f409"; }
.fa-phone::before { content: "\f095"; }
.fa-ruler::before { content: "\f545"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-wallet::before { content: "\f555"; }
.fa-earth-americas::before { content: "\f57d"; }
.fa-circle-play::before { content: "\f144"; }
.fa-briefcase::before { content: "\f0b1"; }
