@font-face {
  font-family: 'origin';
  src:
    url('fonts/origin.ttf?m90f0x') format('truetype'),
    url('fonts/origin.woff?m90f0x') format('woff'),
    url('fonts/origin.svg?m90f0x#origin') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.ico_arrow_right:before {
  content: "\e911";
}
.ico_blank:before {
  content: "\e919";
}
