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

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

.fa-brands::before,
.fab::before {
  display: inline-block;
}

.fa-linkedin-in::before { content: "\f0e1"; }
.fa-facebook::before { content: "\f09a"; }
.fa-youtube::before { content: "\f167"; }
.fa-instagram::before { content: "\f16d"; }
.fa-twitch::before { content: "\f1e8"; }
.fa-google-drive::before { content: "\f3aa"; }
.fa-spotify::before { content: "\f1bc"; }
