It's possible to override variables to suit your needs. This is of cours limited so
that the branding remains consistent.

To override breakpoints, include the variable you wish to override before brAND.

```scss
$some-variable: 20px;

@import "node_modules/@fakesamgregory/brand/scss/brand";
```

## Breakpoints

brand is mobile-first, so the breakpoints reflect this.

- `$tablet` by default starts at 960px by default
- `$desktop` starts at 1280px
- `$desktop-wide` starts at 1920px
