@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icon/icomoon.eot?yoj47y');
  src:  url('../../fonts/icon/icomoon.eot?yoj47y#iefix') format('embedded-opentype'),
    url('../../fonts/icon/icomoon.ttf?yoj47y') format('truetype'),
    url('../../fonts/icon/icomoon.woff?yoj47y') format('woff'),
    url('../../fonts/icon/icomoon.svg?yoj47y#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;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-dark:before {
  content: "\e902";
}
.icon-key:before {
  content: "\e903";
}
.icon-light:before {
  content: "\e904";
}
.icon-login:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
