Typography
Typography in Nuvex UI is exposed through public utility classes for hierarchy, interface roles, and specialized text contexts. Use this page to compare each class visually, understand when to apply it, and copy the same markup pattern shown in the snippets.
Usage
These are the core text roles used across product UI. Each card applies a public class directly to a short text sample so you can copy the same pattern into labels, cards, and supporting interface copy.
.type-lead.type-heading.type-title.type-body.type-subtitleHierarchy scale
The heading scale is exposed through .type-h1 to .type-h6. Use it when the semantic HTML tag is not enough or when UI composition requires a heading style on a different element.
.type-h1.type-h2.type-h3.type-h4.type-h5.type-h6Specialized roles
Some typography roles are meant for narrower contexts such as .type-dialog-title and .type-dialog-lead. Keep them scoped to those UI moments so the broader hierarchy stays predictable.
.type-dialog-title.type-dialog-lead