@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?55meho');
  src:  url('fonts/icomoon.eot?55meho#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?55meho') format('truetype'),
    url('fonts/icomoon.woff?55meho') format('woff'),
    url('fonts/icomoon.svg?55meho#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* 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;
}

.fa-keyboard_arrow_right:before {
  content: "\e900";
}
.fa-keyboard_arrow_left:before {
  content: "\e901";
}
.fa-mail_outline:before {
  content: "\e904";
}
.fa-circle:before {
  content: "\e905";
}
.fa-keyboard_arrow_up:before {
  content: "\e908";
}
.fa-keyboard_arrow_down:before {
  content: "\e909";
}
