/**
 * App-wide typography — DM Sans with Inter / Poppins fallbacks.
 */
:root {
    --pms-font-sans: "DM Sans", "Inter", "Poppins", system-ui, sans-serif;
    --font-family-sans-serif: var(--pms-font-sans);
}

html {
    -webkit-text-size-adjust: 100%;
}

body,
.wrapper,
.main-header,
.main-sidebar,
.content-wrapper,
.main-footer,
.modal,
.dropdown-menu,
.form-control,
.btn,
.input-group-text,
.custom-select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-results__option,
.table,
.card,
.nav,
.sidebar,
.breadcrumb,
.badge,
.pagination,
.page-link,
.dataTables_wrapper,
.note-editor,
.swal2-popup {
    font-family: var(--pms-font-sans) !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--pms-font-sans) !important;
    letter-spacing: -0.02em;
}
