Sorry for the possibly noob questions. It is not clear how the work with styles is organized:
Does the tool provide a loophole for customizing style classes?
Tailwind is visible under the hood. Is it possible to refer to CSS variables instead of direct values? So that instead of duplicating the color in hex-format, substitute the necessary token (for example, --blue-500-color)
All style frameworks now support a dark theme out of the box. Is it possible to use it in the web application designer?
Right now, built-in support for custom classes isn’t available. In the meantime, you can use custom headers at the page or project level to inject your own CSS and style specific elements via their IDs