/*
	CSS fonts description
*/

/*---  DIN-Light  ---*/
@font-face{
	font-family: 'DIN-Light';
	src: url('fonts/DINLig.eot');
}
@font-face{
	font-family: 'DIN-Light';
	src: url('fonts/DINLig.woff') format('woff'),
		url('fonts/DINLig.svg#DIN-Light') format('svg');
}
/*---  DIN-Regular  ---*/
@font-face{
	font-family: 'DIN-Regular';
	src: url('fonts/DINReg.eot');
}
@font-face{
	font-family: 'DIN-Regular';
	src: url('fonts/DINReg.woff') format('woff'),
		url('fonts/DINReg.svg#DIN-Regular') format('svg');
}
/*---  DIN-Medium  ---*/
@font-face{
	font-family: 'DIN-Medium';
	src: url('fonts/DINMed.eot');
}
@font-face{
	font-family: 'DIN-Medium';
	src: url('fonts/DINMed.woff') format('woff'),
		url('fonts/DINMed.svg#DIN-Medium') format('svg');
}
/*---  DIN-Bold  ---*/
@font-face{
	font-family: 'DIN-Bold';
	src: url('fonts/DINBol.eot');
}
@font-face{
	font-family: 'DIN-Bold';
	src: url('fonts/DINBol.woff') format('woff'),
		url('fonts/DINBol.svg#DIN-Bold') format('svg');
}
/*---  DIN-Black  ---*/
@font-face{
	font-family: 'DIN-Black';
	src: url('fonts/DINBla.eot');
}
@font-face{
	font-family: 'DIN-Black';
	src: url('fonts/DINBla.woff') format('woff'),
		url('fonts/DINBla.svg#DIN-Black') format('svg');
}








