/* ========================================
   Home — What's On section (home2-section--whats-on)
   ========================================
   Card row, head, and dark-card styling shared with home-shop.css.
   The block's render.php already emits inline colours for cream-on-dark
   text (heading #f2ede6, lede #c9c2b6, card titles #f2ede6, cta #f2ede6),
   so this file only owns the section's own background + text-colour token.
*/

.home2-section--whats-on {
	background: #18140f !important;
	color: #f2ede6;
}
