/* Force Nunito on all WPBakery text blocks, headings, and page content */
body,
.wpb_text_column,
.wpb_text_column p,
.wpb_text_column span,
.wpb_text_column div,
.vc_custom_heading,
.vc_custom_heading *,
.entry-content,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: "Nunito", sans-serif !important;
}

/* Optional: make headings a bit bolder */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.vc_custom_heading,
.vc_custom_heading * {
    font-weight: 700 !important;
}