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

[class^="icomoon-"], [class*=" icomoon-"] {
  /* 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;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-login:before {
  content: "\e900";
}
.icomoon-user:before {
  content: "\e901";
}
.icomoon-logout:before {
  content: "\e902";
}
.icomoon-userplus:before {
  content: "\e903";
}
.icomoon-caretright:before {
  content: "\e915";
}
.icomoon-caretleft:before {
  content: "\e916";
}
.icomoon-down:before {
  content: "\1f53b";
}
.icomoon-up:before {
  content: "\1f53a";
}
.icomoon-bomsitehorizontal:before {
  content: "\e909";
}
.icomoon-bomsitebola:before {
  content: "\e90a";
}
