Hi, Tony,
In your Custom CSS under Appearance > Customize, you can add this CSS. The original font size is 16px. You can change the 18px and 1.8rem to 20px and 2rem, if you want even larger.
body > div {
font-size: 1.8rem;
}
body {
font-size: 18px;
}