@font-face {
  font-family: 'Font-Awesome-6-Brands';
  src:
    url('fonts/Font-Awesome-6-Brands.ttf?2abhy2') format('truetype'),
    url('fonts/Font-Awesome-6-Brands.woff?2abhy2') format('woff'),
    url('fonts/Font-Awesome-6-Brands.svg?2abhy2#Font-Awesome-6-Brands') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa.fa-brands {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Font-Awesome-6-Brands' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
  content: "\e900";
}
.fa-git:before {
  content: "\e901";
}
.fa-github:before {
  content: "\e902";
}
.fa-google:before {
  content: "\e903";
}
.fa-html5:before {
  content: "\e904";
}
.fa-instagram:before {
  content: "\e905";
}
.fa-pinterest:before {
  content: "\e906";
}
.fa-telegram:before {
  content: "\e907";
}
.fa-twitter:before {
  content: "\e908";
}
.fa-viber:before {
  content: "\e909";
}
.fa-vk:before {
  content: "\e90a";
}
.fa-whatsapp:before {
  content: "\e90b";
}
.fa-yandex:before {
  content: "\e90c";
}
