/*! Minimal IcoFont - Only needed icons */

@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/icofont.woff2) format("woff2"),
       url(fonts/icofont.woff) format("woff");
}

[class*=" icofont-"], [class^="icofont-"] {
  font-family: IcoFont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Only the icons you actually use */
.icofont-simple-up:before     { content: "\eab9"; }
.icofont-navigation-menu:before { content: "\efa2"; }
.icofont-close:before         { content: "\eee4"; }
.icofont-rounded-down:before  { content: "\ea99"; }
.icofont-rounded-right:before { content: "\eaa0"; }