This is section content using semantic text colors.
Verify all components render correctly in light and dark mode
This is a subtitle describing the workflow session
This is section content using semantic text colors.
Regular card content with bold text and normal text.
High confidence result with visual emphasis.
Error message with appropriate styling.
function example() {
const data = fetchData();
return processResult(data);
}