@font-face {
  font-family: PanchariUni;
  src: url("PanchariUniN.woff2") format("woff2"), 
    url("PanchariUniN.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: PanchariUniB;
  src: url("PanchariUniB.woff2") format("woff2"), 
    url("PanchariUniB.woff") format("woff");
  font-weight: bold;
}
@font-face {
    font-family:EGGIndulekhaUni;
    src: url("EGGIndulekhaUniB.woff2") format("woff2"), 
        url("EGGIndulekhaUniB.woff") format("woff");
    font-weight: bold;
}

.en {
    font-family: 'sans-serif' !important;
    font-size: 0.75em !important;
}


.malayalam1 {
    font-family: 'EGGIndulekhaUni' !important;
    font-size: 1.3em !important;
}

.malayalam2 {
    font-family: 'PanchariUni' !important;
    font-size: 1.3em !important;
}

.malayalam2B {
    font-family: 'PanchariUniB' !important;
    font-size: 1.3em !important;
}





html {
    font-family: 'PanchariUni' !important;
}
body {
    font-family: 'PanchariUni' !important;
    font-size: 1.3em !important;
}
code,kbd,pre,samp {
    font-family: 'EGGIndulekhaUni' !important;
    font-size: 1.3em !important;
}
button,input,optgroup,select,textarea {
    font-family: 'PanchariUniB' !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: 'EGGIndulekhaUni' !important;
}
.popover {
    font-family: 'PanchariUniB' !important;
}

.text-monospace {
    font-family: 'PanchariUni' !important;
}

.mapael .mapTooltip {
    font-family: 'PanchariUniB' !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

.wrapper .content-wrapper {
    margin-bottom: calc(3.5rem + 90px);
}