@font-face {
  font-family: "Khmer-OS-Battambang-Regular";
  src: url("../vendor/fonts/khmer/Khmer-OS-Battambang-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+00-FFFF;
}

@font-face {
  font-family: 'Siemreap-Regular';
  src: url('/fonts/khmer/Siemreap-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DHBokor';
  src: url('/fonts/khmer/dh-bokor.ttf') format('truetype');
}
@font-face {
  font-family: 'KST';
  src: url('/fonts/khmer/KST.ttf') format('truetype');
}

body {
  font-family: Khmer-OS-Battambang-Regular;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.title-kh {
  font-size: 14px;
  font-family: Moulpali-Regular;
}
.title-en {
  font-size: 10px;
  text-align: center;
  font-family: NotoSansKhmer-Regular;
}
.img-logo {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

.leading-6 {
  line-height: 1.2rem;
}

.sub_en ~ .text-danger-600.font-medium {
  display: none;
}
@media screen and (max-width: 635px) {
  .title-kh {
      font-size: 13px;
  }
  .title-en {
      font-size: 10px;
  }
  .img-logo {
      width: 45px;
      height: 45px;
  }
}
@media screen and (max-width: 499px) {
  .title-kh {
      font-size: 11px;
  }
  .title-en {
      font-size: 9px;
  }
}

@media screen and (max-width: 459px) {
  .title-kh {
      font-size: 9px;
  }
  .title-en {
      font-size: 7px;
  }
}
h1.text-capitalize,
span.text-capitalize {
  font-size: 1.5rem;
  font-weight: bold;
}

.fi-wi-chart > section {
  height: 100% !important; /* Force full height */
}
