/* Minimal Font Awesome Solid subset for local <i> usage (FA Free 6/7)
   This sheet enables only the solid weight and only the icons we use. */
@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, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa, .fa-solid {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons actually used on the site */
.fa-user-secret:before { content: "\f21b"; }
.fa-square-check:before { content: "\f14a"; }

