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

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

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

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