`CssParser.parse(URL)` is specified to assume UTF-8 file encoding, but (implicitly) uses the default charset to read the file, potentially resulting in incorrect interpretation of the file content.
This can be fixed by explicitly specifying the UTF-8 charset for `InputStreamReader`.
This can be fixed by explicitly specifying the UTF-8 charset for `InputStreamReader`.