/*https://icomoon.io/app/#/select/font*/
@font-face {
  font-family: 'crossx-font';
  src:  url('icomoon.eot?29vhfe');
  src:  url('icomoon_ie.eot?29vhfe#iefix') format('embedded-opentype'),
    url('icomoon.ttf?29vhfe') format('truetype'),
    url('icomoon.woff?29vhfe') format('woff'),
    url('icomoon.svg?29vhfe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'crossx-font' !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;
}

.ic-menu-cupons:before {
  content: "\e900";
  color: #158fef;
}
.ic-menu-info:before {
  content: "\e902";
  color: #158fef;
}
.ic-menu-points:before {
  content: "\e904";
  color: #158fef;
}
.ic-menu-classes:before {
  content: "\e901";
  color: #158fef;
}
.ic-menu-dashboard:before {
  content: "\e903";
  color: #158fef;
}
.ic-menu-settings:before {
  content: "\e909";
  color: #158fef;
}
.ic-menu-user:before {
  content: "\e90c";
  color: #158fef;
}

