/* Support for legacy websites (built prior to Wordpress font editor) */

body, html {
	color: #000;
	font-family: sans-serif;
}
html {
	font-size: 100%;
}
body {
	line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6{
	font-family: sans-serif;
	color: #555;
	margin-top: 1em;
    margin-bottom: 1em;
}
h1{
	font-size: 2.6em;
	font-weight: 500;
	line-height: 1em;
}
h2{
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1em;
}
h3{
	font-size: 1.8em;
	font-weight: 400;
}
h4{
	font-size: 1.6em;
	font-weight: 400;
}
h5{
	font-size: 1.2em;
	font-weight: 400;
}
strong {
    font-weight:600;
}

:is(.entry-content,.additional-content,.is-layout-constrained) > :where(p,h1,h2,h3,h4,h5,h6){
    margin-block-start: 1em;
    margin-block-end: 1em;
}

:where(h1,h2,h3,h4,h5,h6):not(.has-text-color){
    color:revert;
}