/*
**  Web Fonts.
*/

/*
@font-face
{
	font-family: "Ametsuchi Gothic";
	src: url(fonts/amego.ttf);
	font-display: swap;
}
.eyewfpage
{
	font-family: "Ametsuchi Gothic", "メイリオ", sans-serif;
}
*/
@font-face
{
	font-family: subset1;
	src: url(fonts/assets/subset1.ttf);
	font-display: swap;
}
@font-face
{
	font-family: subset1ie;
	src: url(fonts/assets/subset1.eot);
	font-display: swap;
}
.eyewfmin
{
	font-family: subset1, subset1ie;
}
@font-face
{
	font-family: subset2;
	src: url(fonts/assets/subset2.ttf);
	font-display: swap;
}
@font-face
{
	font-family: subset2ie;
	src: url(fonts/assets/subset2.eot);
	font-display: swap;
}
.eyewfgo
{
	font-family: subset2, subset2ie;
}
