/**
 * Links
 */

/* stylelint-disable selector-max-type */
/* Exception for basic link styles */
a {
	text-decoration: none;
}
/* stylelint-enable selector-max-type */
