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

/* INITIAL RESET */

*, *::before, *::after {
	box-sizing: border-box;
}

* {
	font: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ELEMENTOR DEFAULT HEADER TITLE */
  
.page-header {
    display: none;
}

/* VARIABLES*/

:root {
	
	/* Color Var */
	
	--color-primary: #978263;
	--color-secondary: #8EA26F;
	--color-decoration: #7B90AF;
	
	--color-bg: #FFF9F0;

	/* Font Var */
	
	--ff-text: "Outfit", sans-serif;
	--ff-heading: "Outfit", sans-serif;
	--ff-highlight: 'Crista', sans-serif;
}

/* GLOBAL STYLES */

body {
	background-color: var(--color-bg);
}

/* FONT STYLES */

/* p */

.elementor-widget-text-editor p, .single-post p, .elementor-widget-container p, .elementor-widget-theme-post-content p, .elementor-widget-jet-listing-dynamic-field p {
    font-family: var(--ff-text);
}

/* ul, li */

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol, .elementor-widget-jet-listing-dynamic-field ul, .elementor-widget-jet-listing-dynamic-field ol, .wp-block-list {
    margin: 2rem 0;
	font-family: var(--ff-text);
}
.elementor-widget-text-editor li, .elementor-widget-theme-post-content li, .elementor-widget-jet-listing-dynamic-field li, .wp-block-list li {
    margin-bottom: 1.5rem;
	font-family: var(--ff-text);
}

/* HEADING */

h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading, h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title, h5.elementor-heading-title, h6.elementor-heading-title, .elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6, .elementor-widget-jet-listing-dynamic-field h1, .elementor-widget-jet-listing-dynamic-field h2, .elementor-widget-jet-listing-dynamic-field h3, .elementor-widget-jet-listing-dynamic-field h4, .elementor-widget-jet-listing-dynamic-field h5, .elementor-widget-jet-listing-dynamic-field h6 {
	font-family: var(--ff-heading);
	font-weight: var(--fw-medium);
}

/* CUSTOM FONT STYLES */

/* Heading Highlight */

.heading-highlight {
	& h1, h2, h3, h4, h5, h6 {
		font-family: var(--ff-highlight);
		text-transform: uppercase;
	}
}
