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

[x-cloak] { display: none !important; }

@media print {
    .no-print { display: none !important; }
    body { background: #fff !important; }
    main { padding: 0 !important; max-width: none !important; }
}
