/* ── microWK — Montserrat en toda la plataforma (carga al final) ── */

:root {
    --font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body {
    font-family: var(--font-sans) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea,
.btn,
.form-control,
.input-group-addon,
.dropdown-menu,
.dropdown-menu > li > a,
.modal-content,
.modal-title,
.modal-body,
.modal-footer,
.alert,
.navbar,
.nav,
.nav > li > a,
.panel,
.panel-heading,
.panel-body,
.panel-title,
.table,
.table th,
.table td,
.pagination > li > a,
.pagination > li > span,
.list-group-item,
.breadcrumb,
label,
legend,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p, a, li, span, small, strong {
    font-family: var(--font-sans) !important;
}

/* Iconos Bootstrap: no sobrescribir */
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

/* DataTables */
.dataTables_wrapper,
.dataTables_wrapper .form-control,
.dataTables_wrapper .btn,
table.dataTable thead th,
table.dataTable tbody td {
    font-family: var(--font-sans) !important;
}

/* Código: monoespaciada */
code, pre, kbd, samp {
    font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace !important;
}
