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

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

.keve-icon-arrow-down:before {
  content: "\e905";
}
.keve-icon-x-twitter:before {
  content: "\e903";
}
.keve-icon-arrow-left:before {
  content: "\e900";
}
.keve-icon-arrow-right:before {
  content: "\e901";
}
.keve-icon-facebook:before {
  content: "\e904";
}
.keve-icon-pinterest:before {
  content: "\e902";
}
