/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap');
body, div, h1, h2, h3, h4, span, p, a, label {
    font-family: 'Barlow Condensed', sans-serif !important;
}
h1, h2, h4{
	font-size: 3em !important;
	letter-spacing: .05em;
	line-height: 1.1em !important;
/* 	font-weight: 700 !important; */
}
article header, .primary-menu-wrapper, .powered-by-wordpress, .mobile-nav-toggle{
	display: none !important;
}
.header-inner{
	border-bottom: 3px solid #00DDC4;
}
.nf-form-content{
	margin-left: 0px !important;
}
