Workaround for custom styles in lite mode
Description
Enable custom colors in lite mode.
Screenshots
Technical details
Workaround MapLibre issue (https://github.com/maplibre/maplibre-gl-native/issues/903) by copying the style to a local file in cache, then passing a URI reference to this file – instead of providing the style String directly.
Tests
Force custom colors like in !64 (merged) and open lite mode demo in Google's sample app.
