/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 21:06:09 */
/* Home page header heading font */
.elementor-slide-heading{
font-size:clamp(2.3rem, 5vw, 5rem)!important;	
}

/* Other page Heros H1 headings */
.page-hero-heading, h1{
	font-size:clamp(2.3rem, 5vw, 5rem)!important;
	line-height: 1em !important;
	margin-block-end:0rem !important;
	margin-block-start:0rem !important;
}

/* H2 Headings */
h2{
	font-size:clamp(2.3rem, 4vw, 3.5rem)!important;
}

p{
	font-size: clamp(1rem, 1vw, 1.3rem) !important;
}

/* Heading hightlight */
.highlight-heading{
	color: var(--e-global-color-accent) !important;
}
/* Secondary Accent Highlight */
.highlight-heading-green{
 color: var(--e-global-color-7be0225) !important;
}