/* =========================================================================
   Studio Máté — typography-mono.css
   JetBrains Mono treatment for tracked-uppercase NUMERIC TAGS, status pills,
   bylines, CTAs, meta lines, and small labels (matches v104 design). Enqueued
   LAST so cascade order wins over component-CSS font-family — no !important.

   NOTE: section EYEBROWS (the gold uppercase label above a heading) are NOT
   mono. They are standardized to Inter / 500 / 0.18em / margin-bottom 16px in
   the "Standardized eyebrows" block at the bottom of this file.
   ========================================================================= */
.cmp-hero-meta,
.cmp-col-header .price-period,
.cmp-row-label,
.cmp-inline-link,
.cmp-tco-card-label,
.tco-period,
.blog-hero-meta,
.blog-featured-label,
.blog-featured-byline,
.blog-featured-cta,
.blog-card-byline,
.blog-card-cta,
.blog-author-role,
.blog-author-stats,
.blog-filter-btn,
.single-byline,
.hero-sofia-status,
.hero-sofia-caption,
.hero-sofia-id .label,
.hero-sofia-id .role,
.hero-sofia-id .status,
.hero-sofia-geo .geo-link,
.voice-prompt-label,
.vert-eyebrow-tier,
.vert-eyebrow-back,
.vert-fomo-banner-label,
.vert-chokehold-card-num,
.industries-tier-num,
.industries-uniform-tile-num,
.industries-uniform-tile-cta,
.industry-hint strong,
.lang-num,
.why-num,
.cta-num,
.foot-label,
.global-region-label,
.global-region-feature .feature-label,
.sofia-id .label,
.sofia-id .role,
.stack-table-num,
.persona-card-num,
.pricing-tier-num,
.pricing-table-label {
	font-family: var(--font-mono);
}

/* =========================================================================
   Standardized eyebrows — every section eyebrow (gold uppercase label above a
   heading) renders identically across the whole site: Inter, weight 500,
   0.18em tracking, 16px gap to the heading below. Loaded last so this wins
   over any per-component mono/serif/weight declaration.
   ========================================================================= */
.eyebrow,
.cmp-hero-eyebrow,
.cmp-col-header-eyebrow,
.cmp-tco-eyebrow,
.blog-hero-eyebrow,
.blog-authors-head .eyebrow,
.blog-newsletter .eyebrow,
.single-eyebrow,
.hero-sofia-eyebrow,
.sofia-stage-eyebrow,
.sofia-notify-eyebrow,
.vert-section-eyebrow,
.industries-category-eyebrow,
.ip-cat-eyebrow,
.page-hero .eyebrow,
.sources-page-hero .eyebrow,
.stack-table-eyebrow,
.cross-link-eyebrow,
.industry-picker-eyebrow,
.persona-card-eyebrow,
.pricing-tier-label,
.rla-hero-eyebrow,
.rla-result-eyebrow,
.rla-email-eyebrow,
.gp-replace-eyebrow,
.gp-proof-eyebrow,
.wfr-eyebrow,
.growth-band-eyebrow {
	font-family: var(--font-body);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 16px;
}
