/* フォントウェイトを細く */
body {
  font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6,
header h2,
.title-group .title h1,
.post-list h1,
.combined-title-pagination h1 {
  font-weight: 400 !important;
}

strong, b {
  font-weight: 600;
}

th, dt {
  font-weight: 500 !important;
}

/* Posts 一覧 */
.post-list-compact {
  padding: 0.4em 0;
}

.post-list-compact .date {
  color: var(--date-color, #999);
  font-size: 0.9em;
  margin-right: 1em;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.post-list-compact a {
  text-decoration: none;
  border: none;
}


/* Home 日付の文字詰め */
.post-list .date, .post-list .date h5 {
  letter-spacing: -0.06em;
}
