When running "rails tailwindcss:install", the resulting application does not apply styles with `tailwindcss-ruby` v4.0.0. I think what needs to happen is: - bump dependency to `tailwindcss-ruby ~> 4.0` in the gemspec - drop the config file and move it into `application.tailwind.css` - add anything that the `@tailwindcss/upgrade@next` injects into `application.tailwind.css` for any of our generated views - drop the Inter font (see #353) - bump the major version of this gem to v4 (a happy coincidence)