Love that rounded font! And the site looks great.
I just changed an H2 tag to an H3, and it looks like your H3 is way too small.
One thing I've seen for H3 and below is to use `font-style: italic` and font-weight 500 to distinguish it from the H2. I don't think that would work for your site though.
For your site, you could maybe throw a `color: #444` on H3 and below? You can also try `h1, h2 { margin-left: 1em }`.