@import "tailwindcss";

@layer components {
  .pill-highlighted {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
    transition: box-shadow 150ms ease, transform 150ms ease;
  }
}
