Hello again all. Hope everyone is having a good day today! I'm getting into the styling of my application and have been messing around with the idea of a default "theme" that I would override when necessary rather than what I would normally do for a web application (which is to say, just add css classes to elements as I make them). I was wondering if anyone has made a theme (in the traditional javafx sense, I guess just something that encompasses all possible widgets) with the TornadoFX type-safe css builders, and if so if there is like, a template somewhere that I can use as a starting point? Or more broadly, maybe: what is the best practice for styling an application?