
@font-face {
    font-family: 'DINOT';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/dinot/DINOT.woff') format('woff');
    /*src: url('webfont.eot');*/ /* IE9 Compat Modes */
    src: /*url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/dinot/DINOT.woff') format('woff'); /* Pretty Modern Browsers */
    /*url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    /*url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'DINWeb-Light';
    src: url("../../fonts/DINWeb/DINWeb-Light.eot");
    src: url("../../fonts/DINWeb/DINWeb-Light.woff") format("woff"), 
        url("../../fonts/DINWeb/DINWeb-Light.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DINWeb' ;
    src: url("../../fonts/DINWeb/DINWeb.eot");
    src: url("../../fonts/DINWeb/DINWeb.woff") format("woff"), 
        url("../../fonts/DINWeb/DINWeb.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}



html, body, .body-content {
    font-family: 'DINOT', 'DINWeb';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
