/* 
Theme Name: Hello Falcon by Digityo
Description: Hello Falcom by Digityo is a child theme of Hello Elementor, created by Digityo
Author: Digityo
Author URI: https://digityo.com/
Template: hello-elementor  
Version: 1.0.0
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, development ready
*/

/* Add your custom styles here */
body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0; /* Optional: reset default spacing */
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}

.page-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}