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

h1, h1 a {
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 3rem) !important;
}

h2, h2 a {
  font-size: clamp(1.5rem, 1.1rem + 2vw, 2.5rem) !important;
}

h3, h3 a {
  font-size: clamp(1.35rem, 1rem + 1.5vw, 2rem) !important;
}

h4, h4 a{
  font-size: clamp(1.2rem, 0.95rem + 1.2vw, 1.6rem) !important;
}

h5, h5 a {
  font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.3rem) !important;
}

h6, h6 a {
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.1rem) !important;
}

p, li{
	font-size: clamp(1rem, 0.85rem + 0.5vw, 1.1rem) !important;
	font-weight: 400 !important;
}
