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

[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_homepage:before {
  content: "\e900";
}
.icon_homepage_select:before {
  content: "\e901";
}
.icon_function:before {
  content: "\e902";
}
.icon_function_select:before {
  content: "\e903";
}
.icon_user:before {
  content: "\e904";
}
.icon_user_select:before {
  content: "\e905";
}
