/********************************************************/
/*
/*      Typography CSS
/*
/********************************************************/
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	-webkit-font-smoothing: antialiased;
	text-wrap: pretty;
}

nav {
	list-style: none;
}

.more-link {
	display: block;
}

.entry-content a:not(.wp-element-button) {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.entry-content a.wp-element-button {
	overflow-wrap: initial;
	word-wrap: initial;
	word-break: normal;
	hyphens: initial;
}