@charset "UTF-8";

/*fonts*/
/* first for Internet Explorer < 9 */
@font-face {
	font-family: DINWeb;
	src: url("../fonts/DINWeb.eot");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DINWeb-Bold;
	src: url("../fonts/DINWeb-Bold.eot");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DINWeb-Light;
	src: url("../fonts/DINWeb-Light.eot");
	font-weight: normal;
	font-style: normal;
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb;
	src: url("../fonts/DINWeb.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DINWeb-Bold;
	src: url("../fonts/DINWeb-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DINWeb-Light;
	src: url("../fonts/DINWeb-Light.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}