/* ==========================================================================
   brands.css
   A minimal subset of Font Awesome 6 Brands: the @font-face plus only the
   glyphs this site actually uses. The full fontawesome stylesheet is close to
   half a megabyte and defines thousands of icons we never render, so it is not
   worth shipping.

   Font files are the unmodified Font Awesome Free webfonts, which are licensed
   CC BY 4.0. Attribution belongs in the page footer.
   ========================================================================== */

@font-face {
  font-family: "FA6Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab {
  font-family: "FA6Brands";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-linux::before     { content: "\f17c"; }
.fa-microsoft::before { content: "\f3ca"; }
.fa-windows::before   { content: "\f17a"; }
.fa-aws::before       { content: "\f375"; }
.fa-ubuntu::before    { content: "\f7df"; }
.fa-node-js::before   { content: "\f3d3"; }
.fa-swift::before     { content: "\f8e1"; }
.fa-java::before      { content: "\f4e4"; }
.fa-golang::before    { content: "\e40f"; }
.fa-rust::before      { content: "\e07a"; }
.fa-android::before   { content: "\f17b"; }
.fa-apple::before     { content: "\f179"; }
.fa-git-alt::before   { content: "\f841"; }
.fa-npm::before       { content: "\f3d4"; }
