<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	border: none;
	font-size: 1.2rem;
}

body * {
	font-size: inherit !important;
}

/* ELEMENT BASE */

p {
	orphans: 2;
	widows: 2;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}

h1 { font-size: 2.2em !important; }
h2 { font-size: 2.0em !important; }
h3 { font-size: 1.8em !important; }
h4 { font-size: 1.6em !important; }
h5 { font-size: 1.4em !important; }
h6 { font-size: 1.2em !important; }

figure {
	page-break-inside: avoid;
	break-inside: avoid;
}

/* HIDE ELEMENTS */

#site-header,
#site-aside,
#site-footer,
.skip-link,
.cover-modal,
.pagination-wrapper,
.post-navigation,
.related-posts {
	display: none !important;
}

/* RESET WIDTHS */

.alignwide,
.alignfull,
:root .section-inner {
	margin-left: 0;
	margin-right :0;
	max-width: 100%;
	width: 100%;
}

/* MODIFY SPACING */

.post-inner,
.entry-footer {
	margin-top: 3.2rem;
}

/* BLOCKS */

.has-background,
.wp-block-file {
	padding: 0 !important;
}

.wp-block-spacer {
	display: none;
}

hr:not(.is-style-dots) {
	background: currentColor !important;
	height: .2rem !important;
}

/* ENTRY CONTENT */

.entry-content {
	font-size: inherit;
}

.alignwide,
.alignfull,
.aligncenter {
	margin-bottom: 3.2rem !important;
	margin-top: 3.2rem !important;
	padding: 0 !important;
}

.entry-content &gt; .alignwide,
.entry-content &gt; .alignfull {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

.entry-content &gt; .alignleft,
.entry-content &gt; .wp-block-image &gt; .alignleft {
	margin-left: 0 !important;
}

.entry-content &gt; .alignright,
.entry-content &gt; .wp-block-image &gt; .alignright {
	margin-right: 0 !important;
}</pre></body></html>