## Overview

`sd-paragraph` – Used to display blocks of text. It uses the base font size and can contain bold and/or link styles.

## API

### Examples

Use the styles tool (with `style` + `example` args) to retrieve the HTML for any of these examples:

- sd-paragraph/size
- sd-paragraph/inverted

## Guidelines

### Use Cases

- Organize content into digestible sections: Break down long blocks of text into smaller, more manageable paragraphs to improve readability and flow.

### Rules

### Emphasis and Styling

- Use [sd-link](./?path=/docs/components-sd-link--docs) to connect paragraphs to external or internal resources.
- Apply bold text to emphasize important concepts, but do so sparingly to maintain impact.

### Layout

- Keep paragraphs concise to improve scanning and comprehension.
- Limit line length to roughly 60–80 characters for optimal readability.
- Ensure paragraphs are properly spaced to enhance readability and provide a clear visual separation between ideas.

### Background

- Use light background options like white, neutral-100, primary-100, or use a primary background when inverted.

### Accessibility

- Avoid redundant links that point to the same destination if they appear in close proximity. For instance, if a text link in a paragraph is followed by a logo link to the same page, delete one to avoid confusing users.
