@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.ttf");
}

.new-format {
  font-size: 15px;
  font-family: "Inter" !important;
  font-weight: normal;
  line-height: 150% !important;
}
.new-formatmm {
  font-size: 14px !important;
  font-family: "NotoSansMyanmar" !important;
  font-weight: normal;
  line-height: 180% !important;
}
.new-format h1,
.new-format h2,
.new-format h3,
.new-format h4,
.new-format h5 {
  font-weight: 600;
  line-height: 150%;
  font-family: "Inter";
}
.new-formatmm h1,
.new-formatmm h2,
.new-formatmm h3,
.new-formatmm h4,
.new-formatmm h5 {
  font-weight: 600;
  line-height: 180%;
  font-family: "NotoSansMyanmar" !important;
}
.new-format h1,
.new-formatmm h1 {
  font-size: 44px !important;
}
.new-format h2,
.new-formatmm h2 {
  font-size: 36px !important;
}
.new-format h3,
.new-formatmm h3 {
  font-size: 28px !important;
}
.new-format h4,
.new-formatmm h4 {
  font-size: 20px !important;
}
.new-format h5,
.new-formatmm h5 {
  font-size: 18px !important;
}
.new-format p {
  font-size: 15px !important;
  font-family: "Inter";
}
.new-formatmm p {
  font-size: 14px !important;
  font-family: "NotoSansMyanmar" !important;
}
.new-format a,
.new-format button {
  font-size: 15px !important;
  font-family: "Inter";
}
.new-formatmm a,
.new-formatmm button {
  font-size: 14px !important;
  font-family: "NotoSansMyanmar" !important;
}
.new-format .tablepress tr th,
.new-format .tablepress tr td {
  font-size: 15px !important;
  font-family: "Inter";
}
.new-formatmm .tablepress tr th,
.new-formatmm .tablepress tr td {
  font-size: 14px !important;
  font-family: "NotoSansMyanmar" !important;
}

@media all and (max-width: 768px) {
  .new-format h1,
  .new-formatmm h1 {
    font-size: 40px !important;
  }
  .new-format h2,
  .new-formatmm h2 {
    font-size: 32px !important;
  }
  .new-format h3,
  .new-formatmm h3 {
    font-size: 24px !important;
  }
}
