/*
Theme Name: Clean Theme
Author: Aventus IT FrontEnd Dev - AventusGroup
Description: Clean Theme
Version: 1
*/

.constructor-text a, .text-block a {
	color: var(--PrimaryColor);
}


.constructor-text a:hover, 
.text-block a:hover {
	color: var(--PrimaryColorHover);
	text-decoration: underline;
}