/* ══════════════════════════════════════
   Global Font Override — Anek Malayalam
   ══════════════════════════════════════ */
:root {
    --primary-font: 'Anek Malayalam', sans-serif;
}

/* Force text elements to use Anek Malayalam globally */
body, h1, h2, h3, h4, h5, h6,
p, a, li, blockquote, input, button, textarea,
.site-title, .site-title-malayalam, .nav a,
.section-title, .section-head h2, .card-title, 
.card-excerpt, .breaking-title, .ticker-item,
.report-title, .report-excerpt, .vaikom-title,
.vaikom-featured-title, .latest-news h2 {
    font-family: var(--primary-font) !important;
}

/* Adjust heading weights slightly for Anek Malayalam's profile */
h1, h2, h3, h4, h5, h6, .site-title {
    font-weight: 700 !important;
}

.card-title {
    font-weight: 600 !important;
}

body, p, .card-excerpt, .report-excerpt {
    font-weight: 400 !important;
}
