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

/*

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

*/

@layer components {
  .ticket-card {
    @apply bg-white p-4 mb-3 shadow-md border border-gray-100 rounded-md;
  }
}
