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

@font-face {
	font-family: dana;
	src: url("fonts/dana-fanum-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: dana !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
}

p,
li {
	font-size: 1rem;
	line-height: 1.7;
}

p>img {
	margin: 1rem auto;
	max-width: 800px !important;
	width: 100%;
	border-radius: 15px !important;
}

.elementor-section {
	margin: 3rem auto;
}

.elementor-heading-title,
.elementor-pagination,
.elementor-widget-container,
.elementor-icon-list-text {
	font-family: dana !important;
}

.advanced-menu-panel.elementor-widget-advanced_menu .contact-link .contact-text {
	font-size: 1.5rem;
}

.last-elm-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.last-elm-title::before, .last-elm-title::after {
	content: "";
	width: 150px;
	height: 2px;
	background-color: var(--e-global-color-fc08aad);
}