html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  background-color: #f8fafc;
}

.dark body {
  background-color: #0f172a;
}

/* नीति तथा सर्तहरूको थप टेक्स्ट देखाउन/लुकाउन यो अनिवार्य छ */
.more-text {
  display: none;
  margin-top: 8px;
}

@media print {
  body { 
    -webkit-print-color-adjust: exact; 
    background: white !important; 
    color: black !important; 
  }
  .no-print, header, nav, #sidebar, .md:hidden, #transaction-form-container {
    display: none !important;
  }
  .printable-section {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
