@import url('./analytics-fails-without-data-infrastructure.css');

/* Blog-specific polish */
.hero-eyebrow {
    color: #137374;
}

figure img {
    object-fit: cover;
}

/* Bold, distinct sub-headings for the readiness dimensions and roadmap stages */
.article-body h3 {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--color-dark);
    font-size: clamp(22px, 2.4vw, 28px);
    line-height: 1.25;
    margin: 32px 0 12px;
}
