style(design): FINDING-002 — fix H5 heading size (20px → 16px)

H5 was using Bootstrap default (1.25rem = 20px), larger than the H4
page title (18px). This inverted the heading hierarchy. Set H5 to
16px/600 per DESIGN.md section title spec.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-02 13:15:14 +00:00
parent a5548f9c14
commit 388bb8544a
2 changed files with 7 additions and 1 deletions

View File

@@ -164,6 +164,12 @@ h4 {
font-weight: 600;
}
/* Section/modal titles — DESIGN.md: 16px/600 Display */
h5 {
font-size: 16px;
font-weight: 600;
}
/* Data font — selective: codes, numbers, sums, dates. NOT text names. */
.font-data, code, .dif-sku, .detail-item-card .card-sku {
font-family: var(--font-data);