.category-badge {
  display:inline-block;
  font-size:0.55rem;
  font-family: "Press Start 2P", monospace;
  background: var(--cat-color);
  color:#fff;
  padding:0.2em 0.5em;
  margin:0 0.25em 0.25em 0;
  border-radius:4px;
  letter-spacing:0.5px;
}
.featured-article p { line-height:1.4; }
.post-body p { line-height:1.55; }
.post-meta, .feat-meta { font-family: "Press Start 2P", monospace; }
