@font-face {
font-family: 'DINPro-Black';
font-style: normal;
font-weight: normal;
src: local('DINPro-Black'), 
	url('../fonts/DINPro-Black.woff2') format('woff2'),
	url('../fonts/DINPro-Black.woff') format('woff'),
    url('../fonts/DINPro-Black.ttf') format('truetype'),
    url('../fonts/DINPro-Black.eot') format('embedded-opentype');
}

@font-face {
font-family: 'DINPro-Bold';
font-style: normal;
font-weight: normal;
src: local('DINPro-Bold'), 
	url('../fonts/DINPro-Bold.woff2') format('woff2'),
	url('../fonts/DINPro-Bold.woff') format('woff'),
    url('../fonts/DINPro-Bold.ttf') format('truetype'),
    url('../fonts/DINPro-Bold.eot') format('embedded-opentype');
}

@font-face {
font-family: 'DINPro-Regular';
font-style: normal;
font-weight: normal;
src: local('DINPro-Regular'), 
	url('../fonts/DINPro-Regular.woff2') format('woff2'),
	url('../fonts/DINPro-Regular.woff') format('woff'),
    url('../fonts/DINPro-Regular.ttf') format('truetype'),
    url('../fonts/DINPro-Regular.eot') format('embedded-opentype');
}

@font-face {
font-family: 'DINPro-Light';
font-style: normal;
font-weight: normal;
src: local('DINPro-Light'), 
	url('../fonts/DINPro-Light.woff2') format('woff2'),
	url('../fonts/DINPro-Light.woff') format('woff'),
    url('../fonts/DINPro-Light.ttf') format('truetype'),
    url('../fonts/DINPro-Light.eot') format('embedded-opentype');
}