@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8qyvf5');
  src:  url('fonts/icomoon.eot?8qyvf5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8qyvf5') format('truetype'),
    url('fonts/icomoon.woff?8qyvf5') format('woff'),
    url('fonts/icomoon.svg?8qyvf5#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-circle:before {
  content: "\e905";
}
.fa-keyboard_arrow_up:before {
  content: "\e908";
}
.fa-keyboard_arrow_down:before {
  content: "\e909";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-play_arrow:before {
  content: "\e904";
}
