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

@keyframes slideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }