/* UECF.NET /portuguesebible/ - Portuguese Bible reader */

html, body, button, input, select, textarea {
  font-family: "Segoe UI", "PT Sans", "Noto Sans", system-ui, -apple-system, sans-serif;
}

.verse-text, .search-snippet, .daily-text, .chapter-body {
  font-family: "Georgia", "Times New Roman", "Palatino Linotype", "Noto Serif", serif;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 1.75;
  hyphens: auto;
  font-feature-settings: "kern" 1, "liga" 1;
}
