/* Minimal FontAwesome icons - only what we use */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fa/webfonts/fa-brands-subset.woff2") format("woff2");
}

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

.fa-github::before { content: "\f09b"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-bluesky::before { content: "\e671"; }