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

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

.fab,
.far {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

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

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

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

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

.fa-envelope::before {
  content: "\f0e0";
}
