@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'DIN Bold';
    src: url('din_bold-webfont.eot');
    src: url('din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_bold-webfont.woff') format('woff'),
         url('din_bold-webfont.ttf') format('truetype'),
         url('din_bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'DIN Pro Light';
	src: url('DINPro-Light.eot');
    src: url('DINPro-Light.eot?#iefix') format('embedded-opentype'),
		 url('DINPro-Light.woff') format('woff'),
         url('DINPro-Light.ttf') format('truetype'),
         url('DINPro-Light.svg#DINPro-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro Black';
	src: url('DINPro-Black.eot');
    src: url('DINPro-Black.eot?#iefix') format('embedded-opentype'),
		 url('DINPro-Black.woff') format('woff'),
         url('DINPro-Black.ttf') format('truetype'),
         url('DINPro-Black.svg#DINPro-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}