html {
  font-size: 12px; 
  /* instead of 16px default */
}
body, p, h1, h2, h3, h4, h5, h6, li, label, .btn, button, input, optgroup, select, textareabutton, input, optgroup, select, textarea, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: "Aptos", "Montserrat", serif !important;}
.app-description, .fw-semibold {font-weight: 550;}
/* .btn.btn-primary, .p-button {text-transform: Capitalize !important;background-color: #E22025;}  */


.MuiDrawer-paperAnchorDockedLeft{
  border-radius: inherit !important;
}

.ag-theme-alpine {
  --ag-grid-size: 3px;
  --ag-font-size: 11px;
}


/* Base font size */
/* html {
  font-size: 14px;
} */

/* Default app font */
/* body, p, label, span, input, select, textarea {
  font-family: 'DM Sans', sans-serif !important;
} */

/* Sidebar labels & headings */
/* .sidebar-label, .sidebar-text, li, h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
} */

/* Buttons */
/* button, .btn, .p-button {
  font-family: 'Work Sans', sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 600;
} */