/* BCNS Global Font System */
:root {
    --bcns-font-main: "Noto Sans Bengali", "Inter", "SolaimanLipi", "Siyam Rupali", "Kalpurush", "Vrinda", Arial, sans-serif;
}

html,
body {
    font-family: var(--bcns-font-main) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
p,
a,
span,
li,
label,
input,
textarea,
select,
button,
table,
td,
th,
div,
section,
article,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bcns-font-main) !important;
}

/* Better Bangla text rendering */
p,
li,
span,
div {
    word-break: normal;
    overflow-wrap: anywhere;
}

/* Font Awesome icon protect */
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}
