<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: var(--font_geometric_humanist);
	max-width: 50em;
}

:root {
		--link: #BDEBFF;
		--link_visited: #BDEBFF;
}

.post-preview {
border-bottom: 1px solid var(--code);
margin-bottom: 2em;
}</pre></body></html>