/*
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:*/

@font-face {
	font-family: 'Roboto-Medium';
	src:url('fonts/Roboto-Medium.woff2') format('woff2'),
		url('fonts/Roboto-Medium.woff') format('woff');
        font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'Roboto-Bold';
	src:url('fonts/Roboto-Bold.woff2') format('woff2'),
		url('fonts/Roboto-Bold.woff') format('woff');
        font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
	src:url("fonts/Roboto-Regular.woff2") format("woff2"),
    	url("fonts/Roboto-Regular.woff") format("woff");
    	font-weight: normal;
		font-style: normal;
}

body {
	font-family:'Roboto-Regular', sans-serif !important; 
}


h1 {
font-family:'Roboto-Medium', sans-serif !important;
}

h2, h3, h4, h5, h6 {
font-family:'Roboto-Bold', sans-serif !important;
}