/* Publish date shown next to the category link on blog posts and blog
   index cards. Not part of the original site (its entry-meta divs were
   always empty), so no theme CSS exists for it -- defined here instead. */

.posted-on-custom {
  color: #7d7d7d;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}

.entry-date-custom {
  color: #7d7d7d;
}

.blog-card__date {
  color: #7d7d7d;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  margin-left: 8px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
