@charset "utf-8";

/* トップのタイプライター（Bold）と本文（Regular）のみ先読み。他ウェイトは未使用のため除外 */
@font-face {
	font-family: "ZenMaruGothic-Bold";
	src: url("font/ZenMaruGothic-Bold.woff2") format("woff2"),
	     url("font/ZenMaruGothic-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ZenMaruGothic-Regular";
	src: url("font/ZenMaruGothic-Regular.woff2") format("woff2"),
	     url("font/ZenMaruGothic-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
