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

.fa-brands::before,
.fab::before {
  content: var(--fa-icon);
}

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

.fa-twitter {
  --fa-icon: "\f099";
}

.fa-medium {
  --fa-icon: "\f23a";
}

.fa-youtube {
  --fa-icon: "\f167";
}

.fa-linkedin-in {
  --fa-icon: "\f0e1";
}
