# Callouts
Informational boxes for tips, warnings, errors, and success messages.
## Variants
```html
Default callout for general information.
Warning callout for important notices.
Error callout for critical issues.
Success callout for confirmations.
Ghost callout for subtle messages.
```
## With Title
```html
Warning
This action cannot be undone.
```
## With Button
```html
Your trial expires in 3 days.
```
## Hard Variant
Add `.hard` for a thick left border accent:
```html
Info with accent border.
Warning with accent border.
Error with accent border.
```
## Fill Variant
Add `.fill` for filled background:
```html
Filled info callout.
Filled warning callout.
```
## Multiple Elements
Use `.stack` for consistent spacing inside:
```html
Multiple Elements
First paragraph of content.
Second paragraph of content.
```
## CSS Variables
- `--callout-color` - Background color
- `--callout-border-color` - Border color
## See Also
- [Tags](https://graffiti-ui.com/llms/tags.txt) - Inline category labels
- [Buttons](https://graffiti-ui.com/llms/buttons.txt) - Action buttons