/* DIN Regular */
@font-face {
    font-family: 'DIN OT';
    src: url('../../content/fonts/dinot-webfont.eot');
    src: url('../../content/fonts/dinot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../content/fonts/dinot-webfont.woff2') format('woff2'),
         url('../../content/fonts/dinot-webfont.woff') format('woff'),
         url('../../content/fonts/dinot-webfont.ttf') format('truetype'),
         url('../../content/fonts/dinot-webfont.svg#dinotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* DIN Bold */
@font-face {
    font-family: 'DIN OT';
    src: url('../../content/fonts/dinot-bold-webfont.eot');
    src: url('../../content/fonts/dinot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../content/fonts/dinot-bold-webfont.woff2') format('woff2'),
         url('../../content/fonts/dinot-bold-webfont.woff') format('woff'),
         url('../../content/fonts/dinot-bold-webfont.ttf') format('truetype'),
         url('../../content/fonts/dinot-bold-webfont.svg#din_otbold') format('svg');
    font-weight: 700;
    font-style: normal;
}