// =============================================================================
// :: Link
// =============================================================================
.c-link {
	font-weight: $font-weight-medium;

	color: $primary-color;

	transition: color 0.2s ease-in-out;

	&:hover {
		color: $text-color-base;
	}
}

// =============================================================================
// :: Modifiers
// =============================================================================
.c-link--secondary {
	color: $text-color-base;
}
