@charset "utf-8";

@font-face{	/* Zen Old Mincho Regular */
	font-family:'ZenOldMincho';
	font-weight:normal;
	src:url('./../fonts/ZenOldMincho-Medium.ttf') format('truetype');
}

@font-face{	/* Zen Old Mincho Bold */
	font-family:'ZenOldMincho';
	font-weight:bold;
	src:url('./../fonts/ZenOldMincho-Bold.ttf') format ('truetype');
}

@font-face{	/* Manrope Regular */
	font-family:'Manrope';
	font-weight:normal;
	src:url('./../fonts/Manrope-Medium.ttf') format('truetype');
}

@font-face{	/* Manrope Bold */
	font-family:'Manrope';
	font-weight:bold;
	src:url('./../fonts/Manrope-Bold.ttf') format('truetype');
}
