/*FONTS*/

@font-face {
	font-family: 'DIN';
	src: url('DIN-Light.eot');
	src: url('DIN-Light.eot?#iefix') format('embedded-opentype'),
		url('DIN-Light.woff') format('woff'),
		url('DIN-Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('DIN-Regular.eot');
	src: url('DIN-Regular.eot?#iefix') format('embedded-opentype'),
		url('DIN-Regular.woff') format('woff'),
		url('DIN-Regular.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('DIN-Medium.eot');
	src: url('DIN-Medium.eot?#iefix') format('embedded-opentype'),
		url('DIN-Medium.woff') format('woff'),
		url('DIN-Medium.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('DIN-Bold.eot');
	src: url('DIN-Bold.eot?#iefix') format('embedded-opentype'),
		url('DIN-Bold.woff') format('woff'),
		url('DIN-Bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text';
	src: url('NeutraText-Light.eot');
	src: url('NeutraText-Light.eot?#iefix') format('embedded-opentype'),
		url('NeutraText-Light.woff') format('woff'),
		url('NeutraText-Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text';
	src: url('NeutraText-Book.eot');
	src: url('NeutraText-Book.eot?#iefix') format('embedded-opentype'),
		url('NeutraText-Book.woff') format('woff'),
		url('NeutraText-Book.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text';
	src: url('NeutraText-Demi.eot');
	src: url('NeutraText-Demi.eot?#iefix') format('embedded-opentype'),
		url('NeutraText-Demi.woff') format('woff'),
		url('NeutraText-Demi.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text';
	src: url('NeutraText-Bold.eot');
	src: url('NeutraText-Bold.eot?#iefix') format('embedded-opentype'),
		url('NeutraText-Bold.woff') format('woff'),
		url('NeutraText-Bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}