/* 
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
*/

/* Add your custom styles here */

/* RESETS */
p {
	margin-block-end: 0;
}


.paragraph__highlight--green {
	color: #A4B89B
}

.paragraph__footer--white p a {
	color: #F8F8F8;
}

.paragraph__footer--white p a:hover {
	text-decoration: underline;
}

.h2__regular{
    font-family: "EB Garamond", Sans-serif !important;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: 400;
	padding: 0;
	margin: 0;
}

.h2__regular--blue {
	color: #4A6174;
}

.h2__regular--green {
    color: #A4B89B
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	.h2__regular--center {
		text-align: center;
	}
}

/* @media only screen and (min-width: 1500px) {
.homepage-hero .swiper-slide {
	height:950px !important;
	}
} */