/* Improve line endings without changing intentional line breaks or nowrap. */
body {
  text-wrap-style: pretty;
}

:where(h1, h2, h3, h4, h5, h6, .display-word, .poster-bottom > span,
  .closing > a, .arena-message, .reaction-cue, #combo-notice) {
  text-wrap-style: balance;
}

/* Keep editable text and preformatted content predictable while typing. */
:where(input, textarea, [contenteditable], pre, code) {
  text-wrap-style: auto;
}
