/* Small overrides on top of Tailwind. */

html { scroll-behavior: smooth; }

.gallery-thumb img,
.card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.prose-tight p { margin: 0.5rem 0; }
