@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}