@font-face {
  font-family: 'itrk';
  src: url('../font/itrk.eot?11988365');
  src: url('../font/itrk.eot?11988365#iefix') format('embedded-opentype'),
       url('../font/itrk.woff2?11988365') format('woff2'),
       url('../font/itrk.woff?11988365') format('woff'),
       url('../font/itrk.ttf?11988365') format('truetype'),
       url('../font/itrk.svg?11988365#itrk') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'itrk';
    src: url('../font/itrk.svg?67445221#itrk') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "itrk";
  font-style: normal;
  font-weight: normal;

  display: flex;
  text-decoration: inherit;
  width: auto;
}

.icon-caret-up-solid:before { content: '\e800'; } /* '' */
.icon-magnifying-glass-solid:before { content: '\e801'; } /* '' */
.icon-angle-up-solid:before { content: '\e802'; } /* '' */
.icon-angle-down-solid:before { content: '\e803'; } /* '' */
.icon-bars-solid:before { content: '\e804'; } /* '' */
