.logo__cursor {
  background: #fea251;
  -webkit-animation: cursor 2s infinite;
  animation: cursor 2s infinite;
}

a.post-date {
  font-size: 1.1em;
}

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

body {
    font-family: var(--font_classical_humanist);
    max-width: 50em;
}
.post-content {
  font-size: 1em
}

img.profile_photo {
	border-radius: 5px;
}


/* Light mode */
:root {
	--text: #2d2a2a;;
	--link: #e17f01;
	--link_visited: #1565C0;
	--accent1: #333333;
	--accent2: #666666;
	--background: #f9f9f9;
	--code: #e3e3e3;
	--button-text: #f9f9f9;
	--blockquote: #fffee0;
	--field: #fffee0;
	--note: #fffee0;
	--mark: #FFFF99;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
	:root {
		--text: #c6c6c6;
		--link: #cc6912;
		--link_visited: #d0815c;
		--accent1: #c6c6c6;
		--accent2: #c6c6c6;
		--background: #1d1d1e;
		--code: #44475a;
		--button-text: #1d1d1e;
		--blockquote: #44475a;
		--field: #44475a;
		--note: #44475a;
		--mark: #FFFF99;
	}
}


nav a,
nav a:visited,
nav a:hover,
a.conversation-on-mb,
a.reply-on-mastodon,
a.reply-by-email,
a.read-more {
	border: 0;
	border-radius: 0;
	font-size: 0.85em;
    font-family: var(--font_classical_humanist);
	padding: 5px 5px 15px 0px;
}

.post-nav {
    font-family: var(--font_classical_humanist);
}

nav a:hover, a.conversation-on-mb:hover, a.reply-on-mastodon:hover, a.reply-by-email:hover, a.read-more:hover {
  color: var(--link);
  text-decoration: underline;
  background: var(--background);
}

h1, h2, h3 {
    font-family: var(--font_classical_humanist);
}


.post-preview {
 margin-bottom: 3em;
}

.category-description{
	font-style: italic;
	margin-bottom: 3em;
}

.photos-grid-container {
  margin-bottom: 2em;
}