@layer components {
  img[src] {
    @apply rounded-xl;
  }

  figure {
    @apply w-fit;

    .caption,
    figcaption {
      @apply text-center text-muted-foreground mt-3 text-sm;
    }
  }
}
