/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/

body {
    font-family: 'Raleway', sans-serif;
    color: #8d8787;
    font-size: 16px;
    font-weight: 500;
}

h2, h2 a {
    color: #3c6e71;
    font-family: 'Quicksand', sans-serif;
    font-size: 48px;
    line-height: 58px;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0px;
    text-transform: none;
}

h3, h3 a {
    color: #3c6e71;
    font-family: 'Quicksand', sans-serif;
    font-size: 33px;
    line-height: 43px;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0px;
    text-transform: none;
}

h4, h4 a {
    color: #3c6e71;
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h6, h6 a {
    color: #817d7d;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: 0px;
    text-transform: none;
}

p {
    
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
}