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

.oos-enum [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'oos-enum' !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-1:before {
  content: "\31";
  color: #ffd966;
}
.icon-2:before {
  content: "\32";
  color: #ffd966;
}
.icon-3:before {
  content: "\33";
  color: #ffd966;
}
.icon-4:before {
  content: "\34";
  color: #ffd966;
}
.icon-5:before {
  content: "\35";
  color: #ffd966;
}
.icon-6:before {
  content: "\36";
  color: #ffd966;
}