<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. Semantic values: bold, subtle, placeholder, disabled, accent, success, caution, critical, information.family) — sans (default) for general-purpose text, mono for code snippets, technical values, and developer-specific variables.fontStyle) — normal (default) or italic. Use italic sparingly for visual emphasis; use Emphasis when the italic styling also carries semantic meaning.size) — xxs, xs, s, m, l, xl, xxl, xxxl. Use s and xs for most cases. Pick a size that creates clear hierarchy against surrounding content.text) — a predefined token bundling font size, weight, line height, and letter spacing (product-h1, product-p, product-label, product-ps, product-code, and other product-* styles). Overrides individual size and weight settings.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).