@font-face {
    font-family: 'DIN-Regular';
    src: url('../../fonts/DIN-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/DIN-Regular.eot?#iefix') format("embedded-opentype"), /* IE6 - IE8 */
         url('../../fonts/DIN-Regular.woff') format('woff'),
         url('../../fonts/DIN-Regular.svg#DIN-Regular') format("svg");
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../../fonts/DIN-Medium.eot');
    src: url('../../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DIN-Medium.woff') format('woff'),
         url('../../fonts/DIN-Medium.svg#DIN-Medium') format('svg');
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../../fonts/DIN-Light.eot');
    src: url('../../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DIN-Light.woff') format('woff'),
         url('../../fonts/DIN-Light.svg#DIN-Light') format('svg');
}

@font-face {
    font-family: 'DIN-LightItalic';
    src: url('../../fonts/DIN-LightItalic.eot');
    src: url('../../fonts/DIN-LightItalic.eot?#iefix') format("eot"),
         url('../../fonts/DIN-LightItalic.woff') format('woff'),
         url('../../fonts/DIN-LightItalic.svg#DIN-LightItalic') format('svg');
         
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../../fonts/DIN-Bold.eot');
    src: url('../../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DIN-Bold.woff') format('woff'),
         url('../../fonts/DIN-Bold.svg#DIN-Bold') format('svg');
}

@font-face {
    font-family: 'DIN-BoldItalic';
    src: url('../../fonts/DIN-BoldItalic.eot');
    src: url('../../fonts/DIN-BoldItalic.eot?#iefix') format("eot"),
         url('../../fonts/DIN-BoldItalic.woff') format("woff"),
         url('../../fonts/DIN-BoldItalic.svg#DIN-BoldItalic') format("svg");
}