/* =========================================================
   EDEM - TIPOGRAFIA GLOBAL FLUIDA
   ========================================================= */

:root {
    --font-h1: clamp(2.5rem, 1.55rem + 3.3vw, 4rem);
    --font-h2: clamp(2rem, 1.35rem + 2.3vw, 3rem);
    --font-h3: clamp(1.625rem, 1.25rem + 1.4vw, 2.5rem);
    --font-h4: clamp(1.375rem, 1.15rem + 0.8vw, 1.875rem);
    --font-h5: clamp(1.125rem, 1.05rem + 0.4vw, 1.5rem);
    --font-h6: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);

    --font-body: clamp(1rem, 0.96rem + 0.15vw, 1.125rem);
}

body h1,
body .elementor-widget-heading h1.elementor-heading-title {
    font-size: var(--font-h1) !important;
    line-height: 1.08 !important;
}

body h2,
body .elementor-widget-heading h2.elementor-heading-title {
    font-size: var(--font-h2) !important;
    line-height: 1.12 !important;
}

body h3,
body .elementor-widget-heading h3.elementor-heading-title {
    font-size: var(--font-h3) !important;
    line-height: 1.18 !important;
}

body h4,
body .elementor-widget-heading h4.elementor-heading-title {
    font-size: var(--font-h4) !important;
    line-height: 1.22 !important;
}

body h5,
body .elementor-widget-heading h5.elementor-heading-title {
    font-size: var(--font-h5) !important;
}

body h6,
body .elementor-widget-heading h6.elementor-heading-title {
    font-size: var(--font-h6) !important;
}

body p,
body .elementor-widget-text-editor p {
    font-size: var(--font-body) !important;
    line-height: 1.6 !important;
}