@mixin hyphens {
  hyphens: auto;
  hyphenate-limit-lines: auto 5;
}

@mixin manualhyphens {
  hyphens: manual;
}
