/* Global text utilities (site-wide; not scoped to posts or templates). */

.text-dark {
	color: #1a3a6e;
}

.text-dark a {
	color: inherit;
}

.text-dark a:hover,
.text-dark a:focus {
	color: inherit;
}
