:root {
		--font-size-base: 19px !important;
		--line-height-loose: 1.6em !important;
}

.title-avatar {
		margin-top: .15em;
		margin-right: .3em;
		flex-shrink: 0;
}

.post-meta a.post-date-link  {
		text-transform: uppercase;
		color: #888888;
}

.post-meta time {
		font-weight: 400;
}

@media only screen and (max-width: 768px) {
	:root {
		--font-size-base: 19px !important;
		--line-height-loose: 1.5em !important;
	}
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
	:root {
		--font-size-base: 17px !important;
		--line-height-loose: 1.5em !important;
	}
}