/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Child is a child theme of Hello Elementor.
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
*/

/*** Enqueue fonts ***/
@font-face {
    font-family: 'daggersquare';
    src:
      url("/wp-content/themes/emberly-child/fonts/daggersquare.woff") format("woff"),
      url("/wp-content/themes/emberly-child/fonts/daggersquare.woff2") format("woff2")
  }

body h1, body h2, body h3, body h4, body h5, body h6 {
	line-height: 1.3em;
    font-family: "Poppins", sans-serif;
}

body p, body a, body span, body ul, body li {
	font-family: "Poppins", sans-serif;
}


/* Default section padding */
body .elementor-section.elementor-top-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Default new container padding */
/* main .elementor > .e-con-boxed {
    padding: 4rem 3rem;
	
} */

body .elementor-column, body .elementor-column .elementor-column-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body [type=button], body [type=submit], body button {
	border: 0;
}

/* @media only screen and (max-width: 850px) {
	main .elementor > .e-con-boxed {
    	padding: 3rem 1.5rem;
	}
} */

