/* ========================================
   GLOBAL FONT OVERRIDE - Hind Siliguri
   ======================================== */

/* Google Font - Hind Siliguri for all Bangla text */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

/* Apply Hind Siliguri font globally to all pages */
body,
html,
* {
    font-family: 'Hind Siliguri', sans-serif !important;
}

/* Override other Bangla fonts */
.alinur,
[class*="bangla"],
[class*="Bangla"] {
    font-family: 'Hind Siliguri', sans-serif !important;
}

/* Exclude icon fonts from Hind Siliguri */
.fa, .fas, .far, .fal, .fab,
[class^="fa-"], [class*=" fa-"],
i[class^="icon-"], i[class*=" icon-"],
.icon, [class*="icon-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
}

/* Preserve input placeholders and form elements */
input, textarea, select, button {
    font-family: 'Hind Siliguri', sans-serif !important;
}
