To do this in Hype, you can give them a CSS class and use CSS in the 'head'.
So if you set a class for your element:
You can then set its properties using regular CSS:
The !important;
option is important because Hype sets an inline font size and line height so this will override it.
Thanks for the suggestion!