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

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

.ckf-arrow-down-left:before {
  content: "\e900";
}
.ckf-arrow-down-right:before {
  content: "\e901";
}
.ckf-arrow-down:before {
  content: "\e902";
}
.ckf-arrow-left:before {
  content: "\e903";
}
.ckf-arrow-right:before {
  content: "\e904";
}
.ckf-arrow-up-left:before {
  content: "\e905";
}
.ckf-arrow-up-right:before {
  content: "\e906";
}
.ckf-arrow-up:before {
  content: "\e907";
}
