/*
 * Shared Blog styles — the "blog-listing" handle in inc/enqueue.php is a
 * dependency for the Blog Details page (this file) and, later, the Case
 * Study / Customer Story Details pages, which reuse this same look. Only
 * shared base tokens live here; the Blog Listing PAGE itself (the [bn_blogs]
 * shortcode) has its own separate stylesheet, assets/css/blog.css.
 */

.blog-details,
.blog-details__meta {
	--bd-font: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--bd-heading: #030712;
	--bd-body: #364153;
	--bd-muted: #6A7282;
	--bd-green: #7FB04F;
	--bd-max-width: 900px;
}
