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

/* safelist */
.bg-red-500 {
  background-color: #f5222d;
}
.text-white {
  color: #fff;
}
.p-4 {
  padding: 1rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.font-semibold {
  font-weight: 600;
}
.text-blue-800 {
  color: #1864ab;
}
