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

/* Base typography — locally hosted fonts */
body {
	font-family: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.15;
}

h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

h5 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 767px) {
	body {
		font-size: 17px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 20px;
	}
}
