.breadcrumb a {
	/* Simple: use the CSS variable for the brand color */
	color: var(--color-body);
}

.breadcrumb a:hover {
	/* Simple: use the CSS variable for the brand color */
	color: var(--color-fg-brand);
}
