h6,
h5,
h4,
h3,
h2,
h1 {
  line-height: 1;
  text-wrap: pretty;
  /* Don't auto-hyphenate or break lines at hyphen/dash characters */
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
}
