:root {
	--base-2: #000000;
	--base-3: #0c0c0c;
	--contrast: #babdc5;
	--light-title-color: #fff;
	--light-title-color2: #d1d2d5;
	--gray-border-color: #111111;
}
.main-title a, .main-title a:hover {
	color: var(--light-title-color);
}
.site-header, .site-info {
	background-color: var(--base-2);
}
.main-navigation {
	background-color: var(--base-2);
}
.main-navigation ul ul {
	background-color: var(--base-3);
}
.sidebar .widget {
	background-color: var(--base-2);
}

body {
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1.8;
}
h1 {
	font-size: 1.85em;
	font-weight: 600;
	line-height: 1.5;
}
h2 {
	font-size: 1.65em;
	font-weight: 500;
	line-height: 1.5;
}
h3 {
	font-size: 1.45em;
}
h1, h2, h3 {
	color: var(--light-title-color2);
}
.main-title {
	font-family: 'Abhaya Libre', serif;
	font-weight: 800;
	font-size: 4.5em;
}
.entry-summary p,
.wp-singular .entry-content p {
	font-size: 1.2em;
	text-align: justify;
	overflow-wrap: break-word;
	word-break: break-all;
}
.extra_header {
	padding: 30px 0;
	text-align: center;
}
.extra_header .cat-links {
	display: inline;
}
.author .page-header .page-title {
	display: block;
}
.site-content .inside-article {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.06);
}
#rank-math-toc, .rank-math-breadcrumb {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
@media (max-width: 768px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.1em;
	}
	.main-title {
		font-size: 2em;
	}
	.entry-summary p,
	.wp-singular .entry-content p {
		font-size: 1em;
	}
	.site-content .inside-article {
		border: none;
		box-shadow: none;
	}
}