@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'DIN';
	src: url('../fonts/din-light.eot');
	src: url('../fonts/din-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-light.woff') format('woff'),
         url('../fonts/din-light.ttf') format('truetype'),
         url('../fonts/din-light.svg#DINLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/din-bold.eot');
    src: url('../fonts/din-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-bold.woff') format('woff'),
         url('../fonts/din-bold.ttf') format('truetype'),
         url('../fonts/din-bold.svg#DIN') format('svg');
    font-weight: bold;
    font-style: normal;
}