Been looking at many examples of managing themes and cannot find any reference for font size options other than the clock card.
I'm looking for the equivalent of "primary / secondary-text-color:" that changes to font size.
Inspecting the code I found definition for scale, xs to 5xl but no documentation about how to implement it. The size of the text I want to change is defined in <ha-card >{--name-font-size: 1.2rem;} but I couldn't find any way to alter it.
Any pointers greatly appreciated.