/* Font Awesome Free 7.3.1 — minimal subset for w3architect.com
 * Source: https://fontawesome.com  License: https://fontawesome.com/license/free
 * (Icons CC BY 4.0, Fonts SIL OFL 1.1, Code MIT) — full license: fontawesome/LICENSE.txt
 * Only the three footer brand glyphs are used; we ship a hand-rolled core instead of
 * fontawesome.min.css (71 KB) to keep the dependency at one woff2 + this file.
 */

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

.fab,
.fa-github,
.fa-linkedin-in,
.fa-gitlab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  width: 1.25em;          /* stable brand-glyph advance */
  text-align: center;
}

.fab::before,
.fa-github::before,
.fa-linkedin-in::before,
.fa-gitlab::before {
  display: inline-block;
}

/* glyphs (codepoints from Font Awesome Free 7.3.1) */
.fa-github::before { content: "\f09b"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-gitlab::before { content: "\f296"; }
