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

[class^="icon-"], [class*=" icon-"] {
  /* Force icon font usage to avoid overrides from browser extensions */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Improve icon glyph rendering across platforms */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-moon-o:before {
  content: "\e900";
}
.icon-bars:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-sun:before {
  content: "\e9d4";
}
