/*!
 * Tabler Icons 3.44.0 by tabler — https://tabler.io
 * License (MIT) — https://github.com/tabler/tabler-icons/blob/master/LICENSE
 *
 * Self-hosted SUBSET: only the 11 glyphs used on the Elite Funders homepage.
 * Regenerate with pyftsubset (fonttools) from @tabler/icons-webfont@3.44.0:
 *   pyftsubset tabler-icons.woff2 \
 *     --unicodes=EAA2,EA59,EBF2,EA1F,EB09,EA70,EB24,EB84,EA9A,EA67,EA5E \
 *     --flavor=woff2 --output-file=tabler-icons-subset.woff2
 * Served same-origin so no CSP change is required (style-src/font-src 'self').
 */
@font-face {
  font-family: "tabler-icons-subset";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("tabler-icons-subset.woff2") format("woff2");
}
.ti {
  font-family: "tabler-icons-subset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-arrow-right:before { content: "\ea1f"; }
.ti-chart-bar:before { content: "\ea59"; }
.ti-check:before { content: "\ea5e"; }
.ti-circle-check:before { content: "\ea67"; }
.ti-clock:before { content: "\ea70"; }
.ti-eye:before { content: "\ea9a"; }
.ti-file-text:before { content: "\eaa2"; }
.ti-phone:before { content: "\eb09"; }
.ti-shield:before { content: "\eb24"; }
.ti-currency-dollar:before { content: "\eb84"; }
.ti-users:before { content: "\ebf2"; }
