@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?x6dqe0');
  src:  url('icomoon.eot?x6dqe0#iefix') format('embedded-opentype'),
    url('icomoon.ttf?x6dqe0') format('truetype'),
    url('icomoon.woff?x6dqe0') format('woff'),
    url('icomoon.svg?x6dqe0#icomoon') 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: 'icomoon' !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-arrow_down:before {
  content: "\ec900";
}
.icon-arrow_left:before {
  content: "\ec901";
}
.icon-arrow_right:before {
  content: "\ec902";
}
.icon-search:before {
  content: "\ec903";
}
