Hi jokello68,
You can open the /templates/uber/less/variables.less file and change the font-size here:
@font-size-base: 16px;
Then go to the backend > Site template styles > uber - Default and click the Less to CSS button:
Or create/add the following CSS code to the /templates/uber/custom.css file:
body {
font-size: 16px;
}