> For the complete documentation index, see [llms.txt](https://front-of-house.gitbook.io/svbstrate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://front-of-house.gitbook.io/svbstrate/styling.md).

# Styling

Styling in Svbstrate should look pretty familiar.

```javascript
{
    color: '#ff4567',
    // responsive styles
    padding: [20, 40, 60],
}
```

Or with some aliases and tokens:

```javascript
{
    c: 'primary',
    p: [20, 40, 60],
}
```
