/* =================== DIN FONT ================== */

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

@font-face {
	font-family: 'din-regular';
	src: url('fonts/din-regular/dinregularwebfont.eot'),
		  url('fonts/din-regular/dinregularwebfont.woff') format('woff'), 
		  url('fonts/din-regular/dinregularwebfont.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

