@import url("/css/layouts/blog-single.css");

/* The page title is the h1, so content headings start at h2. Match what they
   looked like as h3 — blog-single.css styles .blog-content h3, and .blog-content
   is shared with every blog post, so the override has to live here. */
.blog-content h2 {
  font-size: var(--font-size-lg);
  margin: 0;
  margin-top: 20px;
}
