<em>), Heading for <h1>–<h6> document structure, Paragraph for <p>, Strong for strong visual emphasis (<strong>), TextLabel for form control labels and metadata (<label>).color) — defaults to "base". Available values: base, bold, subtle, placeholder, disabled, accent, success, caution, critical, information, inherit. Colors automatically adapt for contrast on inverted or bold backgrounds.family) — "sans" (default) or "mono". Use mono for code, IDs, and technical values.fontStyle) — "normal" (default) or "italic". Use italic for visual emphasis without semantic meaning; use the Emphasis component when semantic meaning is required.size) — xxs, xs, s, m, l, xl, xxl, xxxl. The most common sizes are s and xs. Choose sizes that create clear hierarchy relative to surrounding content.text) — a predefined token that bundles size, weight, line height, and letter spacing. Overrides individual size and weight settings. Available product styles include product-h1 through product-h4, product-p, product-psm, product-pxs, product-label, product-code, and their secondary/active variants.weight) — light for minimal emphasis, regular (default body), medium for inline labels, semibold for primary values and key information, bold for prominent content, heavy for maximum contrast used sparingly.truncate) to clip overflowing text with an ellipsis. Pair truncation with a Tooltip so the full content stays accessible.<span> by default. Change the element with the polymorphic as prop (React) or @as arg (Ember).children in React and through the default block ({{yield}}) in Ember.display, padding, textAlign, whiteSpace, and the rest) are available.truncate is a boolean Box sprinkle. Setting it forces display: "block" unless display is passed explicitly.color accepts every default text color token, not only the semantic set above — active, black, code, invert, minimal, white, and inherit are also valid.size accepts every font-size token, including button alongside the xxs–xxxl scale.sans family is applied only when neither text nor family is set — a text style supplies its own family (for example product-code is monospace).<PlumaText> with @-prefixed args (@size, @color, @weight, @text, @family, @fontStyle).