/* KeenIcons Duotone - style.css
   Font files live one directory up: ../keenicons-duotone.*
*/

@font-face {
  font-family: 'keenicons-duotone';
  src: url('../keenicons-duotone.eot');
  src:
    url('../keenicons-duotone.eot?#iefix')    format('embedded-opentype'),
    url('../keenicons-duotone.woff')          format('woff'),
    url('../keenicons-duotone.ttf')           format('truetype'),
    url('../keenicons-duotone.svg#keenicons-duotone') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ki-duotone {
  font-family: 'keenicons-duotone' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
