diff --git a/web/css/base/typography.tokens.css b/web/css/base/typography.tokens.css index 9471cac..7400dcd 100644 --- a/web/css/base/typography.tokens.css +++ b/web/css/base/typography.tokens.css @@ -48,7 +48,7 @@ --text-label: var(--text-sm); /* form labels, nav items */ --text-body: var(--text-base); /* default body text */ --text-title: var(--text-xl); /* section headings (h2) */ - --text-page-title: var(--text-2xl); /* page headings (h1) */ + --text-page-title: var(--text-3xl); /* page headings (h1) */ /* ── Line-height tokens ─────────────────────────────────────── */ --leading-none: 1;