/* Font Awesome 6 Brands — footer social icons (local)
 * Required on every page with .site-footer__social (link css/icons.css in <head>).
 * Markup: .site-footer__social-link > .fa-brand-icon.fa-telegram|discord|youtube
 */

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

.fa-brand-icon {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-brand-icon::before {
  display: block;
}

.fa-telegram::before {
  content: "\f2c6";
}

.fa-discord::before {
  content: "\f392";
}

.fa-youtube::before {
  content: "\f167";
}
