@font-face {
  font-family: 'joitin';
  src:  url('fonts/joitin.eot?gpmtl6');
  src:  url('fonts/joitin.eot?gpmtl6#iefix') format('embedded-opentype'),
    url('fonts/joitin.ttf?gpmtl6') format('truetype'),
    url('fonts/joitin.woff?gpmtl6') format('woff'),
    url('fonts/joitin.svg?gpmtl6#joitin') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'joitin' !important;
  speak: never;
  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;
}

.icon-check:before {
  content: "\e90a";
}
.icon-category:before {
  content: "\e909";
}
.icon-plus:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e907";
}
.icon-load:before {
  content: "\e906";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-pin:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-sorting:before {
  content: "\e904";
}
