/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

:root {
	--imn-red: #e10a13;
}

.title-red :is(h1, h2) {
	font-size: 2.5rem;
    font-weight: 600;
    color: var(--imn-red);
}






