/* Reset colours and sizes for blog pages.
   template_theme-overrides.css sets headings and several blog elements to
   #fafafa (white), which is correct for the main site's dark hero sections
   but breaks blog pages which have a white background. */

/* Heading colours */
h1, h2, h3, h4, h5, h6 { color: #12364C; }

/* Heading sizes (reset the large hero-scale sizes) */
h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.375rem; }
h5 { font-size: 1rem; }

/* Blog listing title link */
.blog-listing__post-title-link { color: #12364C !important; }
.blog-listing__post-title { font-size: 1.25rem; font-weight: 700; }

/* General body text on white backgrounds */
blockquote { color: #12364C; }
th, td { color: #12364C; }
