/* FONTS */
@font-face{
	font-family: "kozuka-regular";
	src:url(../fonts/kozuka-r.otf);
}
@font-face{
	font-family: "kozuka-light";
	src:url(../fonts/kozuka-l.otf);
}
@font-face{
	font-family: "kozuka-bold";
	src:url(../fonts/kozuka-b.otf);
}
@font-face{
	font-family: "DIN-regular";
	src:url(../fonts/DINRegularAlternate.ttf);
}
*,body,h1,h2,h3,h4,h5,h6,a,p,span,font,li,div{font-family: "kozuka-light";}