/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
h1,h2,h3,h4,h5,h6{
font-weight:600;
font-family: Helvetica, serif;
    
}
body {
        font-family: 'DM Sans';
}
h1.heading {
    margin: 0;
}
p,ul li,ol li,a{
    font-family: 'DM Sans';
}
.pdtb-70{
	padding: 70px 0px;
}
.pdtb-35{
	padding: 35px 0px;
}
.pdt-70 {
    padding-top: 70px;
}
.pdb-40 {
    padding-bottom: 40px;
}
.pdb-70{
	padding-bottom: 70px;
}
.container {
    max-width: 1440px;
}

