html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  line-height: 1.65;
  color: #222222;
}
body, button, input, textarea, select, label, p, a, span, th, td, .form-label, .nav-link, .btn, .login-btn, .tbl th, .tbl td, .report-table th, .report-table td {
  font-size: 1rem !important;
}
input, textarea, select, .form-input, .login-input, .login-btn, .btn, .nav-link, button {
  font-size: 1rem !important;
}
.form-label, label, .nav-link, .btn, .login-btn, .sidebar-bottom, .topbar-left h1, .section-title, .card-hd-title, .sec-title, .report-section-title, .tb-title, .tb-crumb {
  font-size: 1rem !important;
}
input::placeholder, textarea::placeholder {
  font-size: 0.95rem !important;
}
.tbl th, .tbl td, .report-table th, .report-table td, .table-wrap th, .table-wrap td {
  font-size: 0.95rem !important;
}
@media (max-width: 960px) {
  body, button, input, textarea, select, label, p, a, span, th, td {
    font-size: 0.95rem !important;
  }
}
