:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./font/fa-brands-400.woff2") format("woff2"),
    url("./font/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-family: var(--fa-style-family-brands);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 400;
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-telegram:before {
  content: "\f2c6";
}
