
/*--------------------------------------------------------------
## Typo
--------------------------------------------------------------*/

h1 {
	font-family: var(--markup-font);
	font-weight: var(--font-bold);
	font-size: 2.75em;
	line-height: 1.125;
	margin: 1.5em auto 0.75em auto;
}
h2 {
	font-family: var(--markup-font);
	font-weight: var(--font-bold);
	font-size: 2.75em;
	line-height: 1.125;
	margin: 1.5em auto 0.75em auto;
}
h3 {
	font-family: var(--markup-font);
	font-weight: var(--font-bold);
	font-size: 1.75em;
	line-height: 1.25;
	margin: 1.5em auto 0em auto;
}
h4 , h5 {
	font-family: var(--markup-font);
	font-weight: var(--font-bold);
	font-size: 1.25em;
	line-height: 1.25;
	margin: 1.25em auto 0em auto;
}

p , ul , ol , td {
	font-size: 1em;
	line-height: 1.5;
	margin: 0.75em auto 0.5em auto;
}


*.has-small-font-size {
	font-size: 0.75em;
}
*.has-medium-font-size {
	font-size: 1.25em;
}
*.has-large-font-size {
	font-size: 1.75em;
	font-weight: var(--font-bold);
}
*.has-huge-font-size {
	font-size: 2.75em;
	font-weight: var(--font-bold);
}


h2 + p {
	margin-top: -0.5em;
}

strong , b {
	font-weight: var(--font-bold);
}
em , i {
	font-style: italic;
}

ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 1em;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1em;
}
ul ol li {
	list-style-type: decimal;
}
ol ul li {
	list-style-type: square;
}
ul ul , ul ol , ol ol , ol ul {
	font-size: 1em;
	margin-top: 0;
}

a {
	color: inherit;
}


@media ( min-width: 600px ) {

	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 3em;
		margin-bottom: 1em;
	}
	h3 {
		font-size: 2em;
	}
	
	*.has-medium-font-size {
		font-size: 1.25em;
	}
	*.has-large-font-size {
		font-size: 2em;
	}
	*.has-huge-font-size: {
		font-size: 3em;
	}

	h2 + p {
		margin-top: -0.75em;
	}	
}


@media ( min-width: 769px ) and ( orientation: landscape ) , ( min-width: 1025px ) {

	h1 {
		font-size: 3.5em;
	}
	h2 {
		font-size: 3.5em;
	}
	h3 {
		font-size: 2.25em;
	}
	h4 ,
	h5 {
		font-size: 1.375em;
	}
	
	*.has-medium-font-size {
		font-size: 1.375em;
	}
	*.has-large-font-size {
		font-size: 2.25em;
	}
	*.has-huge-font-size: {
		font-size: 3.5em;
	}

	h2 + p {
		margin-top: -1.25em;
	}
}



hr ,
hr.wp-block-separator {
	margin: 1em auto;
	max-width: 100%;
	width: 100% !important;
	opacity: 0.35;
}
@media ( min-width: 769px ) and ( orientation: landscape ) , ( min-width: 1025px ) {
	hr ,
	hr.wp-block-separator {
		margin: 3em auto 2em auto;
	}
}

a {
	color: inherit;
	font-weight: inherit;
	font-variant: inherit;
}
.site-content a {
	text-decoration: underline;
}



@media ( min-width: 769px ) and ( orientation: landscape ) , ( min-width: 1025px ) {
	.col-2 {
		column-count: 2;
		column-gap: 4em;
		text-align: justify;
	}
}

.wp-block-table , table {
	margin: 0.75em auto 0.5em auto;
	border: 0px none !important;
	border-collapse: collapse;
}
.wp-block-table table {
	margin: 0 auto;
}
table tr ,
.wp-block-table table tr {
	border-spacing: 0;
}
table td ,
.wp-block-table table td {
	vertical-align: top;
	border: 0px none;
	margin: 0;
	padding: 0;
}
