h1.elementor-heading-title.elementor-size-default {
    color: var(--e-global-typography-h1-color);
    font-size: var(--e-global-typography-h1-font-size);
    font-weight: var(--e-global-typography-h1-font-weight);
    line-height: var(--e-global-typography-h1-line-height);
    letter-spacing: var(--e-global-typography-h1-letter-spacing);
}

h2.elementor-heading-title.elementor-size-default {
    color: var(--e-global-typography-h2-color);
    font-size: var(--e-global-typography-h2-font-size);
    font-weight: var(--e-global-typography-h2-font-weight);
    line-height: var(--e-global-typography-h2-line-height);
    letter-spacing: var(--e-global-typography-h2-letter-spacing)
}

h3.elementor-heading-title.elementor-size-default {
    color: var(--e-global-typography-h3-color);
    font-size: var(--e-global-typography-h3-font-size);
    font-weight: var(--e-global-typography-h3-font-weight);
    line-height: var(--e-global-typography-h3-line-height);
    letter-spacing: var(--e-global-typography-h3-letter-spacing);
}

h4.elementor-heading-title.elementor-size-default {
    color: var(--e-global-typography-h4-color);
    font-size: var(--e-global-typography-h4-font-size);
    font-weight: var(--e-global-typography-h4-font-weight);
    line-height: var(--e-global-typography-h4-line-height);
    letter-spacing: var(--e-global-typography-h4-letter-spacing);
}

p.elementor-heading-title.elementor-size-default {
    color: var(--e-global-typography-text-color);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}