/* Google Font: Anek Bangla */
@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100;200;300;400;500;600;700;800&display=swap');

/* Text Elements */
body,
p,
h1, h2, h3, h4, h5, h6,
span,
label,
small,
strong,
em {
    font-family: 'Anek Bangla', sans-serif;
}

/* Form & Button (Important fix) */
input,
textarea,
select,
button {
    font-family: 'Anek Bangla', sans-serif !important;
} 
a
{
    font-family: 'Anek Bangla', sans-serif !important;
} 

label,
label span,
.checkbox span {
    font-family: 'Anek Bangla', sans-serif !important;
    font-size: 1em !important;
}