/*!
 * Font Awesome Free 6.x - Minimal subset for vuk.digital
 * Only includes: x-twitter, telegram, linkedin, instagram, facebook-f
 */

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

.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
}

.fa-x-twitter::before {
  content: "\e61b";
}

.fa-telegram::before {
  content: "\f2c6";
}

.fa-linkedin::before {
  content: "\f08c";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-facebook-f::before {
  content: "\f39e";
}
