a {
	@extend %transit;
	color: royalblue;
	text-decoration: none;

	&:hover,
	&:focus,
	&:active {
		outline: 0;
		color: midnightblue;
	}

	&[href^=tel] {
		text-decoration: none;
	}
}

.link-secret {
	color: inherit !important;
}
