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

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

.cenos-icon-arrow-down:before {
  content: "\e906";
}
.cenos-icon-arrow-left:before {
  content: "\e907";
}
.cenos-icon-arrow-right:before {
  content: "\e908";
}
.cenos-icon-arrow-triangle-down:before {
  content: "\e909";
}
.cenos-icon-arrow-triangle-left:before {
  content: "\e90a";
}
.cenos-icon-arrow-triangle-right:before {
  content: "\e90b";
}
.cenos-icon-arrow-triangle-up:before {
  content: "\e90c";
}
.cenos-icon-arrow-up:before {
  content: "\e90d";
}
