@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

.tagger {
    @apply rounded border border-gray-300 shadow-sm text-xs;
}

.pill {
    @apply rounded bg-gray-200 text-xs text-gray-600 px-2 py-1;
}
/*


 */
