@mixin hyphens() {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
