:root { --pos-font: 0.92rem; }
body { font-size: var(--pos-font); }
.card { border-radius: 14px; }
.table thead th { font-weight: 600; }
.badge { font-weight: 600; }
@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .card { border: none !important; box-shadow: none !important; }
}
