/*
Theme Name: Kadence Child (salimnara)
Template: kadence
Author: rogan
Description: salimnara.com 생활·정책금융 한국 독자용 Kadence 자식테마. 한글 타이포/본문폭 커스텀.
Version: 1.0.1
Text Domain: kadence-child
*/

/* ===== 한글 독자용 타이포그래피 ===== */

/* 편안한 본문폭(단일 글) */
.single .entry-content {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

/* 본문 — 한글 가독성(줄간격 넉넉히 + 단어 안 끊김) */
.entry-content {
	font-size: 1.06rem;
	line-height: 1.85;
	letter-spacing: -0.003em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.entry-content p,
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 1.4em;
}

/* 제목 리듬 */
.entry-content h2 {
	margin-top: 2.2em;
	margin-bottom: 0.7em;
	line-height: 1.4;
}
.entry-content h3 {
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	line-height: 1.45;
}

/* 링크 */
.entry-content a {
	text-underline-offset: 0.15em;
}

/* 인용구 */
.entry-content blockquote {
	font-size: 1.03em;
	line-height: 1.8;
}

/* 이미지 여백 */
.entry-content img {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
