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

:root {

--font-size-xs:clamp(0.69rem, calc(0.69rem + 0.04vw), 0.72rem);
--font-size-sm: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
--font-size-base: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
--font-size-md: clamp(1.20rem, calc(1.14rem + 0.32vw), 1.41rem);
--font-size-lg: clamp(1.44rem, calc(1.34rem + 0.49vw), 1.76rem);
--font-size-xl: clamp(1.73rem, calc(1.58rem + 0.72vw), 2.20rem);
--font-size-xxl: clamp(2.07rem, calc(1.87rem + 1.03vw), 2.75rem);
--font-size-xxxl: clamp(2.49rem, calc(2.20rem + 1.45vw), 3.43rem);
--font-size-hero: clamp(2.99rem, calc(2.59rem + 2.00vw), 4.29rem);

}

:is(p):last-child {
	margin-bottom: 0 ;
}

:is(b, strong) {
	font-weight: 600;
}


header.site-header {
	padding-block-start: 0;
	padding-block-end: 0;
}

header h1.entry-title {
	display: none;
}

.elementor-widget li.elementor-icon-list-item,
.elementor-widget li.elementor-icon-list-item a {
	align-items: flex-start;
}

.standout span,
.standout b,
.standout strong {
	color: var(--e-global-color-primary);
}

.standout-text__primary {
	color: var(--e-global-color-primary);
}

.text-uppercase {
	text-transform: uppercase;
}
