/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */

@mixin hyphenation {
  hyphenate-limit-chars: var(--ams-typography-hyphenate-limit-chars);
  hyphens: auto;
  overflow-wrap: break-word; // Break overflowing words for browsers that don’t support CSS hyphens.
}
