/*!
 * Font Awesome Free 6.5.1 - Minimal subset
 * Only includes: fa-chart-column, fa-lightbulb, fa-shield-halved
 * Original size: 102KB -> Minimal size: ~2KB
 */

/* Font Awesome core styles */
.fa-solid,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Font face - solid only (we only use solid icons) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

/* Only the 3 icons we actually use */
.fa-chart-column:before {
  content: "\e0e3";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-shield-halved:before,
.fa-shield-alt:before {
  content: "\f3ed";
}
