/* ═══════════════════════════════════════════════════════════
   FANAVAR STEEL - NNgroup Font Override (LTR Only)
   Loads LAST to override theme.css, demo-marketing-1.css, etc.
   Forces Inter + Source Sans for English pages.
   ═══════════════════════════════════════════════════════════ */

/* 1. Force the CSS variables to ensure anything using var(--font-primary) gets the correct font */
html[dir="ltr"],
html[dir="ltr"] :root {
    --font-primary: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
    --font-heading: "Inter", sans-serif !important;
    --font-secondary: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
}

/* Override theme.css body (Poppins) and any other body font */
html[dir="ltr"] body,
html[dir="ltr"] .body {
    font-family: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
}

/* Headings - Inter */
html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6,
html[dir="ltr"] .h1,
html[dir="ltr"] .h2,
html[dir="ltr"] .h3,
html[dir="ltr"] .h4,
html[dir="ltr"] .h5,
html[dir="ltr"] .h6,
html[dir="ltr"] body .cs-cta-title,
html[dir="ltr"] [id$="-page"] .cs-cta-title,
html[dir="ltr"] .heading,
html[dir="ltr"] .page-title,
html[dir="ltr"] .section-title,
html[dir="ltr"] body .custom-font-1,
html[dir="ltr"] body .custom-font-2,
html[dir="ltr"] .hero h1,
html[dir="ltr"] .hero h2,
html[dir="ltr"] .hero-title,
html[dir="ltr"] .page-header h1 {
    font-family: "Inter", sans-serif !important;
}

/* Paragraphs and body text */
html[dir="ltr"] p,
html[dir="ltr"] body .custom-font-secondary,
html[dir="ltr"] body .cs-side-nav-label,
html[dir="ltr"] body .cs-cta-desc,
html[dir="ltr"] body .cs-cta-subnote,
html[dir="ltr"] [id$="-page"] .cs-cta-desc,
html[dir="ltr"] [id$="-page"] .cs-cta-subnote,
html[dir="ltr"] ul,
html[dir="ltr"] ol,
html[dir="ltr"] li {
    font-family: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
}

/* Navigation */
html[dir="ltr"] #header nav a,
html[dir="ltr"] .header-nav-main nav > ul > li > a,
html[dir="ltr"] .nav-link {
    font-family: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
}

/* Buttons - text only; icons inside keep Font Awesome's font-family */
html[dir="ltr"] .btn,
html[dir="ltr"] button {
    font-family: "Inter", sans-serif !important;
}

/* Footer */
html[dir="ltr"] #footer,
html[dir="ltr"] footer {
    font-family: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
}

html[dir="ltr"] #footer h1,
html[dir="ltr"] #footer h2,
html[dir="ltr"] #footer h3,
html[dir="ltr"] #footer h4,
html[dir="ltr"] #footer h5,
html[dir="ltr"] #footer h6 {
    font-family: "Inter", sans-serif !important;
}

/* Floating contact bar - text; icons keep Font Awesome's font-family */
html[dir="ltr"] .floating-contact-bar,
html[dir="ltr"] .floating-contact-bar a,
html[dir="ltr"] .floating-contact-bar span,
html[dir="ltr"] .floating-contact-bar button {
    font-family: "Source Sans 3", "Source Sans", Arial, sans-serif !important;
}
