.fak.fa-broken-link-circle-1, .fa-kit.fa-broken-link-circle-1 { --fa: "\e008"; }
.fak.fa-broken-link-circle-2, .fa-kit.fa-broken-link-circle-2 { --fa: "\e009"; }
.fak.fa-calendar-circle-right-up-arrow-solid, .fa-kit.fa-calendar-circle-right-up-arrow-solid { --fa: "\e000"; }
.fak.fa-calendar-up-right-arrow-regular, .fa-kit.fa-calendar-up-right-arrow-regular { --fa: "\e001"; }
.fak.fa-incomplete-check-icon, .fa-kit.fa-incomplete-check-icon { --fa: "\e006"; }
.fak.fa-multi-select, .fa-kit.fa-multi-select { --fa: "\e00a"; }
.fak.fa-select-all-deselected, .fa-kit.fa-select-all-deselected { --fa: "\e003"; }
.fak.fa-select-all-selected, .fa-kit.fa-select-all-selected { --fa: "\e004"; }
.fak.fa-solid-eye-gear, .fa-kit.fa-solid-eye-gear { --fa: "\e002"; }
.fak.fa-undo-resolved-button, .fa-kit.fa-undo-resolved-button { --fa: "\e005"; }

.fak, .fa-kit {
  --fa-family: 'Font Awesome Kit';
  --fa-style: 400;

  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome Kit"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 400);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

.fak::before, .fa-kit::before {
  content: var(--fa)/"";
}

@supports not (content: ''/'') {
  .fak::before, .fa-kit::before {
    content: var(--fa);
  }
}

@font-face {
  font-family: "Font Awesome Kit";
  font-style: normal;
  font-display: block;
  src: url("../webfonts/custom-icons.woff2") format("woff2");
}
