How to increase overall textsize in a theme

I just recently switched to the yeti theme and I like it a lot. But I want to increase the overall text size for regular text. I guess theres an easy way to do this via css?

This one will grab most of the normal text (and some filters) in a theme. I would recommend adjusting individual headings or classes. I use the CSS peeper extension to see the class of specific elements.

body {
    font-size: 40px;
}