@font-face {
	font-family: "Zen Maru Gothic";
	src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Loli";
	src: url("../fonts/loli.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

:root {
	--font-body: "Zen Maru Gothic";
	--font-cjk: "Loli";
}

body {
	font-family: var(--font-body), var(--font-cjk), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
