A CSS Reset component for Chakra UI components.
```sh
npm i @chakra-ui/css-reset
yarn add @chakra-ui/css-reset
```
We've added global style for `focus-visible` in event you need to remove focus
styles for non-keyboard interactions.
```bash
yarn add focus-visible
import "focus-visible/dist/focus-visible"
```