/* Japanese typography */
html:lang(ja) body {
  font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/*
 * Japanese reading content.
 * Avoid applying line-height to every article element because landing pages
 * may also contain nested articles.
 */
html:lang(ja) .entry-content,
html:lang(ja) .single-post .entry-body {
  line-height: 1.75;
}

/* Japanese headings */
html:lang(ja) h1,
html:lang(ja) h2,
html:lang(ja) h3 {
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Remove Lightning secondary copyright line */
.site-footer-copyright p:nth-child(2) {
  display: none;
}
