@font-face {
	font-family: '等距更纱黑体 SC';
	src: url('https://static.maxng.cc/fonts/sarasa-mono-sc-regular.woff2') format('woff2');
}

body {
	font-family: "等距更纱黑体 SC";
}

code,
kbd,
pre {
	font-family: "等距更纱黑体 SC" !important;
}

::-webkit-scrollbar {
	height: 0px;
	/* height of horizontal scrollbar ← You're missing this */
	width: 0px;
	/* width of vertical scrollbar */
	border: 0px;
}

.post-content {
	margin-top: 1px !important;
}

a.read-more,
a.read-more:active,
a.read-more:hover {
	margin: 1px;
}

.headings--one-size h1:not(first-child),
.headings--one-size h2:not(first-child),
.headings--one-size h3:not(first-child),
.headings--one-size h4:not(first-child),
.headings--one-size h5:not(first-child),
.headings--one-size h6:not(first-child) {
	margin-top: 5px;
}

.post {
	margin: 0px;
}