@font-face {
  font-family: 'renoalpha-set';
  src:  url('../fonts/renoalpha-set.eot?s662xq');
  src:  url('../fonts/renoalpha-set.eot?s662xq#iefix') format('embedded-opentype'),
    url('../fonts/renoalpha-set.ttf?s662xq') format('truetype'),
    url('../fonts/renoalpha-set.woff?s662xq') format('woff'),
    url('../fonts/renoalpha-set.svg?s662xq#renoalpha-set') 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: 'renoalpha-set' !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-renoalpha_light:before {
  content: "\e902";
}
.ic-renoalpha:before {
  content: "\e900";
}
.ic-alpha:before {
  content: "\e901";
}

