/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 13 2026 | 09:55:29 */
h1, h2, h3, h4, h5, h6{
font-family: "Poppins", sans-serif !important;
}

@media(min-width:1025px){
h1 {font-size: clamp(1.88rem, 2.28vw + 0.42rem, 4.06rem) !important;}
h2 {font-size: clamp(1.88rem, 1.63vw + 0.83rem, 3.44rem) !important;}
h3 {font-size: clamp(1.5rem, 0.39vw + 1.25rem, 1.88rem) !important;}
p, .elementor-widget-container ul li, .ue_glare_button_effect a div {font-size: clamp(1rem, 0.39vw + 0.75rem, 1.38rem) !important;}
}

/* Ingrandire globalmente il testo su mobile */
@media(max-width: 767px) {
	p {font-size: 120% !important;}
}

/* Omogenizzare i vari strong */
strong {
    font-weight: 500 !important;
}
