@charset "UTF-8";

/* ============================== */
/* Web Font */
/* ============================== */
@font-face {
	font-family: "Rounded Mplus";
	src: url("../font/rounded-mplus-1c-regular.eot?#iefix") format("eot"),
		url("../font/rounded-mplus-1c-regular.woff") format("woff"),
		url("../font/rounded-mplus-1c-regular.ttf") format("truetype");
		font-weight: 400;
		font-style: normal;
}
@font-face {
	font-family: "Rounded Mplus";
	src: url("../font/rounded-mplus-1c-medium.eot") format("eot"),
		url("../font/rounded-mplus-1c-medium.woff") format("woff"),
		url("../font/rounded-mplus-1c-medium.ttf") format("truetype");
		font-weight: 500;
		font-style: normal;
}
@font-face {
	font-family: "Rounded Mplus";
	src: url("../font/rounded-mplus-1c-bold.eot") format("eot"),
		url("../font/rounded-mplus-1c-bold.woff") format("woff"),
		url("../font/rounded-mplus-1c-bold.ttf") format("truetype");
		font-weight: 600;
		font-style: normal;
}
@font-face {
	font-family: "Rounded Mplus";
	src: url("../font/rounded-mplus-1c-heavy.eot") format("eot"),
		url("../font/rounded-mplus-1c-heavy.woff") format("woff"),
		url("../font/rounded-mplus-1c-heavy.ttf") format("truetype");
		font-weight: 700;
		font-style: normal;
}
@font-face {
	font-family: "Rounded Mplus";
	src: url("../font/rounded-mplus-1c-black.eot") format("eot"),
		url("../font/rounded-mplus-1c-black.woff") format("woff"),
		url("../font/rounded-mplus-1c-black.ttf") format("truetype");
		font-weight: 900;
		font-style: normal;
}