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

/*

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

*/

.Notification {
  @apply text-center;
}

.Notification .notice {
  @apply bg-[#38AEF0] text-white text-center;
}

.Notification .alert {
  @apply bg-[#F35500] text-white text-center;
}