/**
 * TechBBQ global text links.
 *
 * Default: no underline. Hover/focus: keep current color, add underline.
 * Button / CTA anchors reset underline in button.css (loaded after this file).
 */

a,
a:visited {
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: currentColor;
	text-decoration: underline;
}
