/* UECF.NET /koreanbible/ - Korean Bible reader */

html, body, button, input, select, textarea {
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", "Nanum Gothic", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.verse-text, .search-snippet, .daily-text, .chapter-body {
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Serif KR", Batang, "Apple Myungjo", serif;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.9;
  letter-spacing: -0.01em;
}
