/*!
 * Font Awesome Free 7.2.0 — brands subset used by RemoveMD (github,
 * linkedin-in, osi). Extracted from all.min.css, which is still shipped at
 * /static/css/all.min.css should more icons ever be needed.
 * License - https://fontawesome.com/license/free
 * (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */
@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");
}

.fa-brands,
.fab {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "Font Awesome 7 Brands";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
}

.fa-brands::before,
.fab::before { content: var(--fa); }

.fa-github       { --fa: "\f09b"; }
.fa-linkedin-in  { --fa: "\f0e1"; }
.fa-osi          { --fa: "\f41a"; }
