/* style.css — สไตล์เพิ่มเติมนอกเหนือจาก Tailwind */

body { font-family: 'Prompt', sans-serif; }

@media print {
    .no-print { display: none !important; }
    .print-only { display: block !important; }
    body { background: white; }
    .card-shadow { box-shadow: none !important; border: 1px solid #ccc; }
}
