@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?468rw8');
  src:  url('fonts/icomoon.eot?468rw8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?468rw8') format('truetype'),
    url('fonts/icomoon.woff?468rw8') format('woff'),
    url('fonts/icomoon.svg?468rw8#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: none;
  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-eight:before {
  content: "\e902";
}
.icon-five:before {
  content: "\e903";
}
.icon-four:before {
  content: "\e904";
}
.icon-nine:before {
  content: "\e909";
}
.icon-one:before {
  content: "\e90a";
}
.icon-seven:before {
  content: "\e90b";
}
.icon-six:before {
  content: "\e90e";
}
.icon-three:before {
  content: "\e910";
}
.icon-two:before {
  content: "\e917";
}
