## Describe the issue ### Current Behaviour `cursor: default` makes user cursor look the same even if user hovers over text. This is not like all of the websites work. <img src="https://github.com/picocss/pico/assets/29802592/ab55e6a5-4bb9-4b3d-86ca-68aff81d3b5f" width="50"> ### Expected Behaviour User cursor should switch to "text cursor" when user hovers over text <img src="https://github.com/picocss/pico/assets/29802592/4c6a3b1a-24bd-4285-bdb7-5e2044437d13" width="50"> Removing `cursor: default` will fix this.