# Breadcrumbs
Simple breadcrumb navigation with customizable separators.
## Basic Example
```html
```
## Custom Separator
Default separator is `/`. Change with `--separator`:
```html
```
Other separator ideas: `›`, `→`, `»`, `|`, `·`
## Current Page
Mark the current page with `aria-current="page"` on the `
`:
```html
Current Page
```
This removes the link styling and shows it as plain text.
## Styling Details
- Flexbox layout with wrapping
- Separators via `::before` pseudo-elements
- Links are muted (`--fg-5`) and brighten on hover (`--fg-7`)
- Proper focus-visible states
## Accessibility
- Use `aria-label="Breadcrumb"` on the `