@import url("../Impreza/style.css");
/*
 Theme Name:   Impreza CHILD
 Theme URI:   
 Description:  Impreza edlohn Child Theme
 Author:       eurodata
 Author URI:   
 Template:     Impreza
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  imprezachild
*/

@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;
}