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

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

.custom-icon-check:before {
  content: "\e900";
}
.custom-icon-student:before {
  content: "\e901";
}
.custom-icon-store:before {
  content: "\e902";
}
.custom-icon-ok:before {
  content: "\e903";
}
