DSNiemeyer
Language

Heading

Page, section, and sub-section headings with Niemeyer typography baked in (Outfit, weight/size pairs). `as` picks the semantic HTML level (`<h1>`…`<h6>`); `size` picks the visual size and defaults from `as`.

Sizes

Five sizes — `xl`, `lg`, `md`, `sm`, `xs`. The `xs` size doubles as an eyebrow / category label (uppercase, tracked, muted).

size="xl" — page title

size="lg" — section heading

size="md" — sub-section

size="sm" — small heading

Categoria

Default size by `as`

Omit `size` to use these defaults: h1 → xl, h2 → lg, h3/h4 → sm, h5/h6 → xs.

Imóveis

Filtros aplicados

Detalhes

Categoria

Semantic level vs. visual size

Keep the HTML level for the document outline; tune the visual size when the visual hierarchy diverges from the semantic one — e.g. an `<h2>` that should look like an `<h3>`.

<h2 size="sm"> — semantic h2, visual h3

<h3 size="lg"> — semantic h3, visual h2

<h3 size="xs"> — eyebrow over a card title