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

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

.icon-barbarian:before {
  content: "\e900";
}
.icon-bard:before {
  content: "\e901";
}
.icon-cleric:before {
  content: "\e902";
}
.icon-druid:before {
  content: "\e903";
}
.icon-fighter:before {
  content: "\e904";
}
.icon-monk:before {
  content: "\e905";
}
.icon-paladin:before {
  content: "\e906";
}
.icon-ranger:before {
  content: "\e907";
}
.icon-rogue:before {
  content: "\e908";
}
.icon-sorcerer:before {
  content: "\e909";
}
.icon-trainer:before {
  content: "\e90a";
}
.icon-warlock:before {
  content: "\e90b";
}
.icon-wizard:before {
  content: "\e90c";
}
