	/* Modify to your preferences */
.post-preview {
border-bottom: 1px solid var(--code);
margin-bottom: 2em;
}

/* Center all content in the header */
.site-header { text-align: center; }

header nav.site-nav { max-width: 700px; margin: 0 auto; }

header a img { width: 700px; max-width: 100%; height: auto; }


body {
    font-family: var(--font_system_ui);
	font-size: 0.90em;
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font_neo_grotesque);
}

