/* UECF.NET /romanjapanese/ - Romanized Japanese Bible reader */

html, body, button, input, select, textarea {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.verse-text, .search-snippet, .daily-text, .chapter-body {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.8;
}

.hero h1 {
  line-height: 1.25;
  max-width: 22ch;
}
