a {
	color: var(--bs-theme);
	
	&:hover {
		color: rgba(#{var(--bs-theme-rgb)}, .75);
	}
}