.eb-entry-article h2 {
    font-weight: 600 !important; /* Change to 700 if you want it extra bold */
}

/* This targets every standard Heading 3 inside your blog posts */
.eb-entry-article h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
  	color: #191919 !important;
}

/* Heading 4 (Minor Sections) */
.eb-entry-article h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: #333333 !important; /* Slightly lighter than h3 for depth */
}
