@font-face {
    font-family: 'Siyamrupali';
    src: url('../fonts/Siyamrupali.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Notosansbengali';
    src: url('../fonts/NotoSansBengali-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/solaimanlipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nikosh';
    src: url('../fonts/Nikosh.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Nikosh', 'SolaimanLipi', 'Notosansbengali', 'Siyamrupali', sans-serif;
}

/* body {
  font-family: "SolaimanLipi", "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */
