I have a text element that holds the label of the data and then the actual data.
So for example it looks this:
As you can see, PRIORITY is the label and then there is the data that I surface, which in this case says “Routine”.
How can I create a global style for the label and a global style for the data and then have them live in the same text element?