/* 
Theme Name: Hello Theme - SRM
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: SRM Hello Theme
Author URI: https://www.strategicresults.co/
Template: hello-elementor
Version: 1.0.1
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 |  all the default styles are in the SRM Plugin
*/

body{
	font-size:18px;
}

body h1{
	font-size: clamp(2.125rem, 1.8631rem + 1.3095vw, 3.5rem);
}

body h2{
	font-size: clamp(2rem, 1.8095rem + 0.9524vw, 3rem);
}

body h3{
	font-size: clamp(1.75rem, 1.6071rem + 0.7143vw, 2.5rem);
}

body h4{
	font-size: clamp(1.625rem, 1.506rem + 0.5952vw, 2.25rem);
}

body h5{
	font-size: clamp(1.5rem, 1.4048rem + 0.4762vw, 2rem);
}

body h6{
	font-size: clamp(1.25rem, 1.2024rem + 0.2381vw, 1.5rem);
}