/*
 * QAE Native Device Font
 * Hace que QAEngine use la fuente nativa del sistema en escritorio, móvil y tablet.
 * Mantiene FontAwesome/Glyphicons para que no se rompan los iconos del tema.
 */

html {
    font-family: var(--qae-native-device-font) !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body,
body *:not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not(.glyphicon):not([class^="glyphicon-"]):not([class*=" glyphicon-"]):not([class^="icon-"]):not([class*=" icon-"]) {
    font-family: var(--qae-native-device-font) !important;
}

input,
button,
select,
textarea,
.dropdown-menu,
.modal,
.popover,
.tooltip,
.chosen-container,
.wp-editor-container,
.mce-content-body {
    font-family: var(--qae-native-device-font) !important;
}

/* Mantener iconos funcionando */
.fa,
.fa:before,
.fa:after,
[class^="fa-"],
[class*=" fa-"],
[class^="fa-"]:before,
[class*=" fa-"]:before,
[class^="fa-"]:after,
[class*=" fa-"]:after {
    font-family: FontAwesome !important;
}

.glyphicon,
.glyphicon:before,
.glyphicon:after,
[class^="glyphicon-"],
[class*=" glyphicon-"],
[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before,
[class^="glyphicon-"]:after,
[class*=" glyphicon-"]:after {
    font-family: "Glyphicons Halflings" !important;
}

code,
kbd,
pre,
samp,
textarea.code,
.wp-editor-area {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
