Hi Carl,
You can use the css to change the font size for various header and main text but we will add this feature in customize option in our next update. So, for now if you want to change the font size of Paragraph, then you can use the following css:
body p {
font-size: 15px;
}
And for the heading you can use following css:
body h1 {
font-size: 20px;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css
We hope this will be helpful to you, if not then please let us know as well as please mention the screenshots of the text where you want to change the font size and the link of your site, so that it will be easy to both of us to find the solution asap. We hope you understand.
We look forward to your respond.
Thanks