
/* V3.4.4 - GLOBAL FONT NORMALIZATION
   Chỉ chuẩn hóa font, KHÔNG thay đổi bố cục. */

html, body,
button, input, select, textarea,
table, th, td,
label, a, p, span, div,
h1, h2, h3, h4, h5, h6,
small, strong, em, li {
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-style: normal;
}

/* Giữ đúng chữ tiếng Việt, tránh các font trang trí cũ */
.site-header,
.site-nav,
.page-content,
.content-card,
.page-title-card,
.admin-body,
.admin-sidebar,
.admin-main,
.admin-topbar,
.admin-content,
.admin-card,
.data-table,
.form-group,
.login-body,
.login-shell,
.login-panel,
.assistant-shell-v32,
.search-hero-v31,
.pdf-frame-v33{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
}

/* Tiêu đề */
h1,h2,h3,h4,h5,h6,
.site-title h1,
.site-title h2,
.admin-topbar h1,
.page-title-card h2,
.content-card h2,
.content-card h3{
    font-style: normal !important;
    letter-spacing: normal;
}

/* Khẩu hiệu / mô tả từng bị lỗi italic */
.site-title p,
.site-header p,
.page-title-card p,
.admin-topbar p,
.login-panel p,
.assistant-head-v32 p,
.search-hero-v31 p{
    font-style: normal !important;
}

/* Form và nút */
button,
input,
select,
textarea,
.btn,
.nav-login{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
    font-style: normal !important;
}

/* Menu public/admin */
.site-nav a,
.admin-menu a,
.admin-menu span,
.admin-brand strong,
.admin-brand span{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
    font-style: normal !important;
}

/* Bảng */
.data-table,
.data-table th,
.data-table td{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
}

/* Trợ lý + tìm kiếm */
.assistant-msg-v32,
.bubble-v32,
.assistant-form-v32 textarea,
.assistant-suggestions-v32 button,
.search-card-v31,
.smart-search-form-v31 input{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
}

/* Trang PDF / văn bản */
.doc-title-grid-v33,
.doc-actions-v33,
.doc-tags-v33,
.related-grid-v33,
.file-primary-v33{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
}

/* Footer */
.site-footer,
.site-footer *,
footer,
footer *{
    font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
}

/* Không ép font cho icon nếu thư viện icon dùng pseudo element */
[class*="fa-"]::before,
[class^="fa-"]::before,
[class*="icon-"]::before,
[class^="icon-"]::before{
    font-family: inherit;
}
