/* نواتج بلس — تجربة الخط الموحد في الصفحات العامة فقط */
:root {
    --nw-public-screen-font: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
    --nw-public-print-font: Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup {
    font-family: var(--nw-public-screen-font);
}

/* إبقاء الطباعة على الخط السابق لحماية القياسات والهوامش الحالية. */
@media print {
    html,
    body,
    button,
    input,
    select,
    textarea,
    optgroup {
        font-family: var(--nw-public-print-font) !important;
    }
}
