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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user