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

.fab {
  font-family: 'Font Awesome 6 Brands';
}

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-github:before {
  content: "\f09b";
}
