diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css
index c37261d..958ae1e 100644
--- a/api/app/static/css/style.css
+++ b/api/app/static/css/style.css
@@ -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);
diff --git a/api/app/templates/base.html b/api/app/templates/base.html
index 7a4fddb..9c6bef4 100644
--- a/api/app/templates/base.html
+++ b/api/app/templates/base.html
@@ -19,7 +19,7 @@
{% set rp = request.scope.get('root_path', '') %}
-
+