I want to define a type hierarchy at the start of a project to ensure consistency in my design.
At the moment there is no way to add type classes.
I would like to be able to create classes for headers, paragraphs and other elements I need, and add multiple classes to a single element like with CSS.
How could something like this work in Subform?