/*
 * Mobile-first responsive overrides for the theme's generic fallback
 * templates (archive.php/index.php/template-parts/content.php — used for
 * content types outside the 9 designed pages, e.g. category/tag archives,
 * search results). The 9 designed pages carry their own responsive rules
 * in assets/css/pages/*.css and assets/css/components.css.
 */

.entry-title {
	font-size: 1.25rem;
}

@media (min-width: 768px) {
	.entry-title {
		font-size: 1.5rem;
	}
}
