@font-face {
  src: url("../NotoSansBengali-Regular.ttf") format("truetype");
  font-family: "NotoSansBengaliFont";
  font-display: swap;
}
body {
  font-family: "NotoSansBengaliFont";
  font-size: 1rem;
  line-height: 1.5;
}
.h1-top {
  font-size: 0.87rem;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .h1-top {
    font-size: 0.81rem;
  }
}
