/*! Font Awesome Free 6.5.1 subset by Grafyx
 * Upstream: https://github.com/FortAwesome/Font-Awesome/releases/tag/6.5.1
 * Original license:
 *   - Icons: CC BY 4.0
 *   - Fonts: SIL OFL 1.1
 *   - Code: MIT
 * This file is a minimal subset including only the 3 font families and
 * the icon classes that web/index.html and web/script.js actually use.
 * WOFF2 files in ../webfonts/ are pyftsubset-extracted to those exact
 * glyphs, so the unicode-range on each @font-face is the entire PUA range
 * the subset covers.
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa-solid, .fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-regular, .far { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fa-github::before { content: "\f113"; }
.fa-linux::before { content: "\f17c"; }
.fa-apple::before { content: "\f5d1"; }
.fa-windows::before { content: "\f17a"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-microchip::before { content: "\f2db"; }
.fa-diagram-project::before { content: "\f542"; }
.fa-terminal::before { content: "\f120"; }
.fa-database::before { content: "\f1c0"; }
.fa-box-open::before { content: "\f49e"; }
.fa-bolt::before { content: "\e0b7"; }
.fa-chart-line::before { content: "\f201"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-desktop::before { content: "\f390"; }
.fa-code-branch::before { content: "\f126"; }
.fa-eye::before { content: "\f070"; }
.fa-check::before { content: "\f14a"; }
.fa-copy::before { content: "\f0c5"; }
