@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?ajzcl2') format('truetype'),
    url('fonts/icomoon.woff?ajzcl2') format('woff'),
    url('fonts/icomoon.svg?ajzcl2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.kb-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.kb-icon-zoom:before {
  content: "\e910";
}
.kb-icon-prev:before {
  content: "\e90c";
}
.kb-icon-next:before {
  content: "\e90d";
}
.kb-icon-quote:before {
  content: "\e900";
}
.kb-icon-search:before {
  content: "\e90f";
}
.kb-icon-check-bold:before {
  content: "\e90e";
}
.kb-icon-marker:before {
  content: "\e908";
}
.kb-icon-arrow-bold-up:before {
  content: "\e90a";
}
.kb-icon-arrow-bold-down:before {
  content: "\e90b";
}
.kb-icon-arrow-up:before {
  content: "\e904";
}
.kb-icon-arrow-right:before {
  content: "\e905";
}
.kb-icon-arrow-left:before {
  content: "\e906";
}
.kb-icon-arrow-down:before {
  content: "\e907";
}
.kb-icon-cart:before {
  content: "\e909";
}
.kb-icon-check:before {
  content: "\e903";
}
.kb-icon-instagram:before {
  content: "\e901";
}
.kb-icon-facebook:before {
  content: "\e902";
}
