@font-face {
  font-family: 'icomoon';
  src:  url('../fonts-icons/icomoon.eot?1mv0dg');
  src:  url('../fonts/icomoon.eot?1mv0dg#iefix') format('embedded-opentype'),
    url('../fonts-icons/icomoon.ttf?1mv0dg') format('truetype'),
    url('../fonts-icons/icomoon.woff?1mv0dg') format('woff'),
    url('../fonts-icons/icomoon.svg?1mv0dg#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-user-cog:before {
    content: "\e917";
}
.icon-mail:before {
    content: "\e916";
}
.icon-lock-password:before {
    content: "\e915";
}
.icon-close-light:before {
  content: "\e914";
}
.icon-save-file:before {
  content: "\e913";
}
.icon-info:before {
  content: "\e912";
}
.icon-select-files:before {
  content: "\e910";
}
.icon-three-points:before {
  content: "\e911";
}
.icon-edit:before {
  content: "\e90f";
}
.icon-calendar:before {
  content: "\e90e";
}
.icon-arrow:before {
  content: "\e90d";
}
.icon-checkbox:before {
  content: "\e901";
  color: #fff;
}
.icon-mobile-menu:before {
  content: "\e900";
  color: #f06449;
}
.icon-car:before {
  content: "\e902";
  color: #898d97;
}
.icon-close:before {
  content: "\e903";
}
.icon-language:before {
  content: "\e904";
}
.icon-login:before {
  content: "\e905";
}
.icon-logout:before {
  content: "\e906";
}
.icon-order:before {
  content: "\e907";
}
.icon-profile:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
  color: #898D97;
}
.icon-star:before {
  content: "\e90a";
  color: #d0d1d5;
}
.icon-swap:before {
  content: "\e90b";
  color: #141C2F;
}
.icon-trash:before {
  content: "\e90c";
}
