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

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

.icon_arrow_right:before {content: "\e900";}
.icon_diamond:before {content: "\e901";}
.icon_hex:before {content: "\e902";}
