/**
 * Typography Styles
 **/

:root {
	--base-font-size: 16px;
	
	/* Font size scaling: Major Third, 1.333 */
	--fs-huge: clamp(3rem, 2.4828rem + 1.7241vw, 4.25rem);
	--fs-xxl: clamp(2.5rem, 2.1897rem + 1.0345vw, 3.25rem);
	--fs-xl: clamp(2rem, 1.7931rem + 0.6897vw, 2.5rem);
	--fs-l: clamp(1.5rem, 1.3966rem + 0.3448vw, 1.75rem);
	--fs-m: 1.25rem;
	--fs-normal: 1rem;
	--fs-s: 0.875rem;
}

/*** Button ***/
	
.elementor-button-icon {
		font-size: 2rem!important;
	}

.elementor-button-text {
	align-content: center;
}

#news_loop .elementor-button-icon {
		font-size: 1.2rem!important;
	}
/** Post Date **/
.post_date {
	 text-transform: uppercase;
}