/* static/css/skeleton.css */
.skeleton {
  /* light gray block with pulse animation */
  @apply bg-gray-200 dark:bg-gray-700 rounded animate-pulse;
}
