/**
 * _consistent_typography.php
 * Sitewide card-title font-size standard: 20px across all card types.
 * Applied as overrides — no markup changes. Existing per-card weights,
 * colors, and line-heights are left intact.
 *
 * Card types covered:
 *   .blk-wrap h4              campaigns + resources listing + homepage
 *   .event-wrap-blk h4        events listing + homepage (was 24px)
 *   .membership-title         memberships card (was 16px)
 *   .plan-box-1 h5            groups / join_community card (Bootstrap h5)
 *   .dir-card-name            directory card (was 15px)
 */

.blk-wrap h4,
.event-wrap-blk h4,
.membership-title,
.plan-box-1 h5,
.dir-card-name {
  font-size: 20px;
}
