/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');*/


/* Link Styling */
a, a:active, a:visited {
color: #04be51;
} 
a:hover {
color: #04be51;
}

/* Heading H1-H6 Styling */
h1, h2, h3, h4, h5, h6 {
font-family: "Merriweather Sans", sans-serif;
color: #232528;
line-height: 40px;/*35px;*/
font-weight:500;
letter-spacing: 1px;
}
h1 {
font-size: 40px;/*30px;*/
line-height: 1.2;
}
h2 {
font-size: 30px;/*28px;*/
line-height: 1.3;
}
h3 {
font-size: 28px;/*26px;*/
line-height: 1.4;
}
h4 {
font-size: 26px;/*24px;*/
line-height: 1.5;
}
h5 {
font-size: 24px;/*22px;*/
line-height: 1.6;
}
h6 {
font-size: 22px;/*20px;*/
line-height: 1.2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
 margin-bottom: 20px;
}

body {
	font-family: "Merriweather", serif;
	
}

p {
	font-family: "Merriweather", serif;
	
}

elementor-heading-title elementor-size-default h1 {
	color: #232528;
}
