In Task Builder 2, HTML components appear to ignore <h> tags, such as <h1>, rendering all text as if I was using a <p> tag. In F12 Developer Tools > Elements, I can see that all elements with an <h> tag have ‘font-size’ set to 'inherit' and this is traceable to a setting in 'compiled.css', which is commented as 'Remove the default font size and weight for headings.' I’m not sure why this has been done. To make heading sizes render as expected, it is necessary to set them in the CSS fields of the HTML objects, or in the script, using the default sizes, which can be found on the W3Schools site if you search for 'HTML h1 to h6 tag'. Please can you explain the rationale and document the CSS required to restore the default sizes, or remove this setting?