/*
Theme Name:   Generatepress Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Generatepress Child Theme
Author:       Verolusion
Template:     generatepress
Version:      1.0.0
Text Domain:  Child-Theme
*/

@font-face {
    font-family: 'falsebold';
    src: url('fonts/clashdisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'clash_displayextralight';
    src: url('fonts/clashdisplay-extralight-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'clash_displaylight';
    src: url('fonts/clashdisplay-light-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'clash_displaymedium';
    src: url('fonts/clashdisplay-medium-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'falsenormal';
    src: url('fonts/clashdisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'clash_displaysemibold';
    src: url('fonts/clashdisplay-semibold-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:clash_displaylight !important;
}

p{
	font-family:inherit;
}

h1{
	font-family:clash_displaylight;
}

h2{
	font-family:falsenormal;
}

h2, h3, h4, h5, h6{
	font-family:falsenormal !important;
}

.elementor-element{
	font-family:clash_displaylight;
}

.elementor-button-text{
	font-family:clash_displaymedium;
}

a{
	font-family: inherit;
}



.entry-header{
	display:none;
}

.inside-site-info{
	display:none;
}

.inside-header{
	display:none;
}