@charset 'utf-8';

/* Links
--------------------------------------------- */
:where(a) {
	transition: var(--transition);
	color: var(--link-color);
}

:where(a):hover,
:where(a):focus,
:where(a):active {
	color: var(--link-color--hover);
}

:where(a):focus {
	outline: thin dotted;
}

:where(a):hover,
:where(a):active {
	outline: 0;
}
