/* Sub Module Heading Font Styles */

/* In This Issue heading in the sidebar */
.newsletter .wrapper .main-content .sticky-sidebar .sidebar-item-wrap h3.in-this-issue-heading,
h3.in-this-issue-heading {
    font-family: 'sub-module-heading-font' !important;
    font-weight: var(--sub-module-heading-font-weight) !important;
}

/* Announcements heading in the right column */
.announcements-header h2,
.feature-boxes-wrapper .announcements-header h2,
.feature-boxes-column .announcements-header h2 {
    font-family: 'sub-module-heading-font' !important;
    font-weight: var(--sub-module-heading-font-weight) !important;
}