/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

:root {
  --fluid-base-size: 62.5%;
/* 	--fluid-h1: clamp(3.6rem, calc(3.247rem + 1.176vw), 5.6rem);
	--fluid-h2: clamp(3rem, calc(2.682rem + 1.059vw), 4.8rem);
	--fluid-h3: clamp(2.4rem, calc(2.118rem + 0.941vw), 4rem);
	--fluid-h4: clamp(1.8rem, calc(1.553rem + 0.824vw), 3.2rem);
	--fluid-h5: clamp(1.7rem, calc(1.577rem + 0.412vw), 2.4rem);
	--fluid-h6: 1.6rem;
	--fluid-body: 1.6rem; */
}
html {
	font-size: var(--fluid-base-size);
}

/* For Debuging Only 
*, :before, :after {
	border: 1px solid red;
} */