@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
       url('../webfonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2'),
       url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
}

.fa-facebook-f::before {
  content: "\f39e";
}
.fa-twitter::before {
  content: "\f099";
  font-weight: 900;
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-linkedin-in::before {
  content: "\f0e1";
}