﻿/* 
* TIMELINE FONT OVERRIDE - CSS SIÊU MẠNH CUỐI CÙNG
* Đảm bảo 100% timeline dùng font Arial
* Không có font nào có thể override được
*/

/* CSS SIÊU MẠNH - OVERRIDE TẤT CẢ FONT VỚI ĐỘ ƯU TIÊN CAO NHẤT */
html body .company-history-section,
html body .company-history-section *,
html body .company-history-section *::before,
html body .company-history-section *::after,
html body .company-history-section *:hover,
html body .company-history-section *:focus,
html body .company-history-section *:active,
html body .company-history-section *:visited {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE TẤT CẢ FONT CỤ THỂ VỚI ĐỘ ƯU TIÊN CAO NHẤT */
html body .company-history-section .timeline-title,
html body .company-history-section .timeline-subtitle,
html body .company-history-section .timeline-description,
html body .company-history-section .timeline-year,
html body .company-history-section .timeline-content,
html body .company-history-section .timeline-content-above,
html body .company-history-section .timeline-content-below {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* CSS SIÊU MẠNH - OVERRIDE TẤT CẢ FONT KHÁC */
html body .company-history-section *[class*="beautique"],
html body .company-history-section *[class*="Beautique"],
html body .company-history-section *[class*="playfair"],
html body .company-history-section *[class*="Playfair"],
html body .company-history-section *[class*="calibri"],
html body .company-history-section *[class*="Calibri"],
html body .company-history-section *[class*="inter"],
html body .company-history-section *[class*="Inter"],
html body .company-history-section *[class*="roboto"],
html body .company-history-section *[class*="Roboto"] {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE TẤT CẢ INLINE STYLE FONT */
html body .company-history-section *[style*="font-family"] {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE TẤT CẢ ATTRIBUTE SELECTOR */
html body .company-history-section *[data-font],
html body .company-history-section *[data-typography] {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* CSS CUSTOM PROPERTY VỚI ĐỘ ƯU TIÊN CAO NHẤT */
:root {
    --timeline-arial-font: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    --timeline-font-override: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE CUỐI CÙNG - SỬ DỤNG CSS CUSTOM PROPERTY */
html body .company-history-section * {
    font-family: var(--timeline-arial-font) !important;
    font-family: var(--timeline-font-override) !important;
}

/* OVERRIDE TẤT CẢ FONT-FACE */
@font-face {
    font-family: 'Arial-Override';
    src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
}

/* SỬ DỤNG FONT-FACE OVERRIDE */
html body .company-history-section * {
    font-family: 'Arial-Override', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* CSS SIÊU MẠNH CUỐI CÙNG - OVERRIDE TẤT CẢ */
html body .company-history-section * {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE TẤT CẢ FONT VỚI ĐỘ ƯU TIÊN CAO NHẤT */
html body .company-history-section * {
    font-family: Arial !important;
}

/* CSS SIÊU MẠNH CUỐI CÙNG - OVERRIDE TẤT CẢ FONT */
html body .company-history-section * {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE TẤT CẢ FONT CỤ THỂ */
html body .company-history-section .timeline-title,
html body .company-history-section .timeline-subtitle,
html body .company-history-section .timeline-description,
html body .company-history-section .timeline-year,
html body .company-history-section .timeline-content,
html body .company-history-section .timeline-content-above,
html body .company-history-section .timeline-content-below {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* OVERRIDE TẤT CẢ FONT VỚI ĐỘ ƯU TIÊN CAO NHẤT */
html body .company-history-section * {
    font-family: Arial !important;
}

/* CSS SIÊU MẠNH CUỐI CÙNG - OVERRIDE TẤT CẢ FONT */
html body .company-history-section * {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* CSS SIÊU MẠNH CUỐI CÙNG - OVERRIDE TẤT CẢ FONT */
html body .company-history-section * {
    font-family: Arial !important;
    font-family: "Helvetica Neue" !important;
    font-family: Helvetica !important;
    font-family: sans-serif !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

