YoonetYoonet

Typography

Heading scale (Display, H1-H6)

Display

3rem / 700

text-5xl font-bold

Build global connections.

H1

2.25rem / 700

text-4xl font-bold

Design System

H2

1.875rem / 600

text-3xl font-semibold

Brand Architecture

H3

1.5rem / 600

text-2xl font-semibold

Foundation Rules

H4

1.25rem / 600

text-xl font-semibold

Section Title

H5

1.125rem / 500

text-lg font-medium

Sub-section

H6

1rem / 500

text-base font-medium

Minor heading

Body and utility scale

Body

1rem / 400

text-base font-normal

Body copy for most content and descriptions.

Body Small

0.875rem / 400

text-sm font-normal

Supporting details, helper text, and metadata.

Caption

0.75rem / 400

text-xs font-normal

Updated 2 days ago

Label

0.75rem / 500

text-xs font-medium uppercase tracking-wide

Email address

Button

0.875rem / 700

text-sm font-bold

Save changes

Code

0.75rem / 400

text-xs font-mono

--primary: hsl(231 100% 77%);

Tailwind class reference

Token

Element

Tailwind class

Size

Weight

Display

display

text-5xl font-bold

3rem

700

H1

h1

text-4xl font-bold

2.25rem

700

H2

h2

text-3xl font-semibold

1.875rem

600

H3

h3

text-2xl font-semibold

1.5rem

600

H4

h4

text-xl font-semibold

1.25rem

600

H5

h5

text-lg font-medium

1.125rem

500

H6

h6

text-base font-medium

1rem

500

Body

paragraph

text-base font-normal

1rem

400

Body Small

secondary body

text-sm font-normal

0.875rem

400

Caption

status/meta

text-xs font-normal

0.75rem

400

Label

form label

text-xs font-medium uppercase tracking-wide

0.75rem

500

Button

button text

text-sm font-bold

0.875rem

700

Code

technical values

text-xs font-mono

0.75rem

400

Page Context

Purpose

Provide the exact type scale and utility references to build consistent UI.

Audience

Designers and frontend engineers implementing production interfaces.

Updated March 2026

Key Takeaways

- Use heading font for Display and H1-H6.

- Use body font for paragraphs, labels, and utility text.

- Apply the Tailwind class map directly for implementation.

Related Next Steps