.wp-caption-text {
    font-size: 10px;
}

/* Site title and blog/archive headings */
.site-title,
.post-title h3,
.post-title h2,
.entry-title,
.single-post .entry-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif;
}

/* Main title on individual blog posts AND regular pages */
body.single-post h1,
body.single-post h1 a,
body.single-post h1 span,
body.page h1,
body.page h1 a,
body.page h1 span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif !important;
}