@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?imemph');
  src:  url('../fonts/icomoon.eot?imemph#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?imemph') format('truetype'),
    url('../fonts/icomoon.woff?imemph') format('woff'),
    url('../fonts/icomoon.svg?imemph#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-warning:before {
  content: "\e90f";
}
.icon-i:before {
  content: "\e900";
  color: #fff;
}
.icon-arrow-down:before {
  content: "\e901";
  color: #fe0500;
}
.icon-arrow-up:before {
  content: "\e902";
  color: #53c325;
}
.icon-back:before {
  content: "\e903";
}
.icon-clock:before {
  content: "\e904";
  color: #f04e23;
}
.icon-close:before {
  content: "\e905";
  color: #5e6264;
}
.icon-download:before {
  content: "\e906";
  color: #001f5f;
}
.icon-hamburger-menu:before {
  content: "\e907";
  color: #fff;
}
.icon-info:before {
  content: "\e908";
  color: #fff;
}
.icon-minus:before {
  content: "\e909";
  color: #ef4f22;
}
.icon-phone-incoming:before {
  content: "\e90a";
  color: #fff;
}
.icon-plus:before {
  content: "\e90b";
  color: #707070;
}
.icon-search:before {
  content: "\e90c";
  color: #ef4f22;
}
.icon-triangel-down:before {
  content: "\e90d";
  color: #ef4f22;
}
.icon-user:before {
  content: "\e90e";
  color: #fff;
}