
*, *:before, *:after { 
	box-sizing : border-box; 
}

html {
	scroll-behavior: smooth;
	width: 100%;
}

body {
  width: 100%;
  height: auto;
  scrollbar-gutter: stable;

}

main  {
	flex-grow: 2;
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	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;
}

