<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/********************************************************************************************
 html / body
********************************************************************************************/
/* web fonts */
@font-face {
	font-family: "Gothic";
	src: url("../fonts/GenshinR.woff") format('woff'), local('Hiragino Kaku Gothic ProN'), local('Meiryo'), local('sans-serif');
}
@font-face {
	font-family: "Mincho";
	src: url("../fonts/KBMincho.woff") format('woff'), local('Hiragino Mincho Pro'), local('serif');
}
@font-face {
	font-family: "Marugo";
	src: url("../fonts/rounded-m.woff") format('woff'), local('Hiragino Maru Gothic Pro'), local('serif');
}
</pre></body></html>