/* Theme icon subset: 14 glyphs instead of the full 500 KB Font Awesome CSS. */
@font-face {
  font-family: "Kaizen Icons";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/kaizen-icons.woff2") format("woff2");
}

.fa,
.fas,
.far,
.fal,
.fa-solid,
.fa-regular,
.fa-light {
  display: inline-block;
  font-family: "Kaizen Icons";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-magnifying-glass::before,
.fa-search::before { content: "\f002"; }
.fa-user::before { content: "\f007"; }
.fa-clock::before,
.fa-clock-o::before { content: "\f017"; }
.fa-plus::before { content: "\2b"; }
.fa-commenting-o::before { content: "\f075"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-phone::before { content: "\f095"; }
.fa-truck::before { content: "\f0d1"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-down::before { content: "\f107"; }
.fa-shield-check::before { content: "\f2f7"; }
.fa-user-large::before { content: "\f406"; }
.fa-headset::before { content: "\f590"; }
.fa-plane-up::before { content: "\e22d"; }
.fa-calendar-lines-pen::before { content: "\e472"; }
