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

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

.dt-bmp-format:before {
  content: "\e900";
}
.dt-download:before {
  content: "\e901";
}
.dt-download-internal:before {
  content: "\e902";
  color: #93c;
}
.dt-gif-format:before {
  content: "\e903";
}
.dt-jpg-format:before {
  content: "\e904";
}
.dt-lang-cs:before {
  content: "\e905";
}
.dt-lang-vb:before {
  content: "\e906";
}
.dt-pdf-format:before {
  content: "\e907";
}
.dt-png-format:before {
  content: "\e908";
}
.dt-tiff-format:before {
  content: "\e909";
}
.dt-word-format:before {
  content: "\e90a";
}
