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

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

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1 .elementor-heading-title, .h2 .elementor-heading-title, .h3 .elementor-heading-title, .h4 .elementor-heading-title, .h5 .elementor-heading-title, .h6 .elementor-heading-title {
    color: var(--wb-color-blue-dark) !important;
    font-weight: 500 !important;
    * {
        font-weight: 500 !important;
    }
    b {
        color: var(--wb-color-blue) !important;
    }
}

body p {
    color: #2d2d2d;
}


html {
    body,
    p,
    li,
    a,
    span,
    input,
    textarea,
    button
    {
        font-size: 1.125rem;
    }
}


