/********************************************************/
/*
/*      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;
}



.has-x-small-font-size {
	line-height: var(--wp--custom--line-height--x-small);
}

.has-small-font-size {
	line-height: var(--wp--custom--line-height--small);
}

.has-medium-small-font-size {
	line-height: var(--wp--custom--line-height--medium-small);
}

.has-medium-font-size {
	line-height: var(--wp--custom--line-height--medium);
}

.has-medium-large-font-size {
	line-height: var(--wp--custom--line-height--medium-large);
}

.has-large-font-size {
	line-height: var(--wp--custom--line-height--large);
}

.has-x-large-font-size {
	line-height: var(--wp--custom--line-height--x-large);
}

.has-xx-large-font-size {
	line-height: var(--wp--custom--line-height--xx-large);
}
