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

.badges {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'badges' !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;
}

.badge-badge-alldone:before {
  content: "\e900";
}
.badge-badge-level1:before {
  content: "\e901";
}
.badge-badge-level2:before {
  content: "\e902";
}
.badge-badge-level3:before {
  content: "\e903";
}
