html {
	font-size: 19px;
	--light-mode-color: #222;
	--light-mode-page-background: #fafaf7;
	--light-mode-overall-background: #fafaf7;

	--dark-mode-color: #95A0C9;
	--dark-mode-overall-background: #25283B;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: sitka, Georgia, charter, bitstream charter, serif;
}

h1 {
	letter-spacing: 0;
	font-size: 1.9em;
	line-height: 1.2;
}

div.meta {
    text-align: left;
    font-size: 0.9rem;
}

.comments li {
    list-style:none;
}

.comments li {
    font-size: 0.9rem;
    letter-spacing: 0.015rem;
}

span.author {
    display: block;
    font-weight: 700;
}

span.date {
    display: block;
    color: blueviolet;
}

div.comment {
    margin-top: 1em;
}

article.index-entry-title {
	margin-bottom: 0.5em;
    margin-left: 2em;
}
