How to write bevy styles in JSON file?

Example

button!(text: "Press me", id: "#btn");
{
  "#btn": {
    "background_color": "blue"
  }
}

Styles

Famiq supports almost all UI styles provided by Bevy engine.