/*
 * The archive heading.
 *
 * `.archive-h1` is the class live puts on every archive's <h1> and it carries
 * the whole look — without the rule the class is inert and the heading falls
 * back to the theme's bold Lato, left-aligned. Captured from live's inline
 * <style>, which the chrome extraction drops.
 */
.archive-h1 {
  font-family: Prata, Georgia, serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.4;
  text-align: center;
}

/*
 * `.no-padding` is the theme's own utility and is what lets the newsletter box
 * fill its card edge to edge. Captured from live's inline <style>; the class is
 * on the widget in live's markup but the rule was never in anything we ship.
 */
.no-padding {
  padding: 0 !important;
}
