/* Shim: Redirect ALL icon styles to Solid font (free FA has most icons here)
   Kanka uses fa-regular, fa-thin, and fa-duotone icons that aren't in the free 
   Regular font. Redirect them to Solid (900 weight) which has complete coverage. */
.fa-thin,
.fa-duotone,
.fa-regular {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
