/* Единая типографика ERP: Segoe UI 11pt. Жирность задаётся локально (font-weight).
   Лендинг (data-page="landing") — свои шрифты в landing.css.
   Печать (data-page="print") — кегли ценников/этикеток из erp-print.css, без inherit !important. */
html:not([data-page="landing"]):not([data-page="print"]) {
    font-family: "Segoe UI", sans-serif;
    font-size: 11pt;
}

html:not([data-page="landing"]):not([data-page="print"]) body {
    font-family: inherit;
    font-size: inherit;
}

html:not([data-page="landing"]):not([data-page="print"]) body :where(*:not(svg):not(svg *)) {
    font-family: inherit !important;
    font-size: inherit !important;
}

html:not([data-page="landing"]):not([data-page="print"]) svg text {
    font-family: "Segoe UI", sans-serif !important;
    font-size: 11pt !important;
}

/* Печать: только семейство шрифта, размер — из erp-print.css / fitTextToBox */
html[data-page="print"] {
    font-family: "Segoe UI", sans-serif;
}

html[data-page="print"] body :where(*:not(svg):not(svg *)) {
    font-family: inherit !important;
}
