<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 	merriweather;
    src: 			url(../font/Merriweather-Regular.ttf);
}

@font-face {
    font-family: 	merriweather-bold;
    src: 			url(../font/Merriweather-Bold.ttf);
}

@font-face {
    font-family: 	roboto-bold;
    src: 			url(../font/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: 	roboto;
    src: 			url(../font/RobotoSlab-Regular.ttf);
}


.roboto{
	font-family: 	roboto, sans-serif;
}

.roboto-bold{
	font-family: 	roboto-bold, sans-serif;
}

.merri{
	font-family: 	merriweather, sans-serif;
}

.merri-bold{
	font-family: 	merriweather-bold, sans-serif;
}


.zh-top{
	margin-top:			1px;
	margin-bottom:		1px;
	border-top:			4px solid black;
	border-bottom:		2px solid black;
}

.zh-title{
	/* font-family: 	"roboto-bold", sans-serif; */
	font-size:			24px;
	margin:				16px 0;
}

.zh-intro{
	/* font-family: 	"merri", sans-serif; */
	margin:				16px 0;
	font-size:			16px;
}</pre></body></html>