@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: pn;
	
	font-style: normal;
	
	font-weight: lighter;
	
	src: url(fonts/k_Light.otf);
}

@font-face
{
	font-family: pn;
	
	font-style: normal;
	
	font-weight: normal;
	
	src: url(fonts/k_Regular.otf);
}

@font-face
{
	font-family: pn;
	
	font-style: normal;
	
	font-weight: bold;
	
	src: url(fonts/k_Semibold.otf);
}