feat: US-016 - Apply chosen parent header typography

Elvaro Grotesque 600, -0.02em tracking with responsive scale from
1.375rem (mobile) to 2.2rem (desktop). Refined from the baseline
700/2.4rem for a more premium, intentional feel.
This commit is contained in:
2026-02-14 18:53:49 +00:00
parent 1ca6175b93
commit a961518ebf
3 changed files with 27 additions and 4 deletions
+3 -2
View File
@@ -12,9 +12,10 @@ export function ParentSection({ title, children, className, tileId }: ParentSect
return (
<Card full className={className} tileId={tileId}>
<h2
className="text-[1.5rem] sm:text-[1.8rem] md:text-[2rem] lg:text-[2.4rem]"
className="text-[1.375rem] sm:text-[1.6rem] md:text-[1.8rem] lg:text-[2.2rem]"
style={{
fontWeight: 700,
fontWeight: 600,
letterSpacing: '-0.02em',
color: 'var(--text-primary)',
lineHeight: 1.1,
margin: 0,