.blog-index-page
  .mech-program-section
  > .mech-paragraph:not(.blog-entry-category):not(:last-child) {
  color: var(--body-primary);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.blog-index-page .blog-entry-meta {
  color: var(--body-primary);
}

.blog-index-page .blog-entry-meta :is(.blog-entry-author, time) {
  color: inherit;
}

.blog-index-page
  .mech-program-section:first-child
  > .mech-paragraph:not(.blog-entry-category):not(:last-child) {
  color: var(--mech-text-hero-secondary);
}

.blog-index-page .mech-program-section:first-child .blog-entry-meta {
  color: var(--mech-text-hero-secondary);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
