@import "tailwindcss";

@media print {
  body {
    background-color: white !important;
    color: black !important;
  }
}
