:root {
  --background: #0e1923;
  --foreground: #d6e8ee;
  --accent: #5accf0;
}

.post-hero-thumb {
  margin: 1rem 0;
}

.post-hero-thumb img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}
