@font-face {
  font-family: 'dozn-logo';
  src: url('../font/dozn-logo.eot?25469310');
  src: url('../font/dozn-logo.eot?25469310#iefix') format('embedded-opentype'),
       url('../font/dozn-logo.woff2?25469310') format('woff2'),
       url('../font/dozn-logo.woff?25469310') format('woff'),
       url('../font/dozn-logo.ttf?25469310') format('truetype'),
       url('../font/dozn-logo.svg?25469310#dozn-logo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dozn-logo';
    src: url('../font/dozn-logo.svg?25469310#dozn-logo') format('svg');
  }
}
*/
 
 [class^="dozn-logo-"]:before, [class*=" dozn-logo-"]:before {
  font-family: "dozn-logo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.dozn-logo-default:before { content: '\e800'; } /* '' */