/*
**  Web Fonts.
*/

@font-face
{
	font-family: "KiriGoSS";
	src: url(fonts/files/kirigo-r-eyeben.woff) format("woff"),
		url(fonts/files/kirigo-r-eyeben.otf) format("opentype");
	font-weight: normal;
	font-display: swap;
}
@font-face
{
	font-family: "KiriGoSS";
	src: url(fonts/files/kirigo-b-eyeben.woff) format("woff"),
		url(fonts/files/kirigo-b-eyeben.otf) format("opentype");
	font-weight: bold;
	font-display: swap;
}
body.eyewfpage, body.eyewfpage *
{
	font-family: "KiriGoSS", sans-serif;
}

