@font-face {
	font-family: 'DIN';
	src: url('../DIN/DINWeb-Light.eot');
	src: url('../DIN/DINWeb-Light.eot?#iefix') format('embedded-opentype'),
		url('../DIN/DINWeb-Light.woff') format('woff'), url('../DIN/DINWeb-Light.ttf')
		format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('../DIN/DINWeb.eot');
	src: url('../DIN/DINWeb.eot?#iefix') format('embedded-opentype'),
		url('../DIN/DINWeb.woff') format('woff'), url('../DIN/DINWeb.ttf')
		format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('../DIN/DINWeb-Medium.eot');
	src: url('../DIN/DINWeb-Medium.eot?#iefix') format('embedded-opentype'),
		url('../DIN/DINWeb-Medium.woff') format('woff'), url('../DIN/DINWeb-Medium.ttf')
		format('truetype');
	font-weight: 500;
	font-style: normal;
}

body {
	font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}