
/* RUTSS V13 typography normalization — Intelligence + scanner pages */
.suite-page h1,
.suite-page .suite-title h1,
.suite-page .suite-hero h1,
.suite-page .page-title h1,
.report-page h1,
.report-shell h1,
.scan-page h1 {
  font-weight: 500 !important;
}

.suite-page h2,
.suite-page h3,
.suite-page .card-title,
.suite-page .module-title,
.suite-page .section-title,
.suite-page .suite-card h2,
.suite-page .suite-card h3,
.suite-page .suite-panel h2,
.suite-page .suite-panel h3,
.report-page h2,
.report-page h3,
.report-shell h2,
.report-shell h3,
.scan-page h2,
.scan-page h3 {
  font-weight: 500 !important;
}

.suite-page p,
.suite-page li,
.suite-page label,
.suite-page input,
.suite-page select,
.suite-page textarea,
.suite-page td,
.suite-page th,
.suite-page a,
.report-page p,
.report-page li,
.report-page td,
.report-page th,
.scan-page p,
.scan-page li {
  font-weight: 400 !important;
}

/* small eyebrow/labels can remain slightly stronger, but never heavy */
.suite-page .eyebrow,
.suite-page .kicker,
.suite-page [class*="eyebrow"],
.suite-page [class*="kicker"],
.suite-page [class*="label"],
.report-page [class*="label"],
.scan-page [class*="label"] {
  font-weight: 500 !important;
}
