@font-face {
    font-family: 'Hanuman';
    src: url('../vendor/fonts/khmer/HanumanUI.eot');
    src: url('../vendor/fonts/khmer/HanumanUI.eot?#iefix') format('embedded-opentype'),
    url('../vendor/fonts/khmer/HanumanUI.woff2') format('woff2'),
    url('../vendor/fonts/khmer/HanumanUI.woff') format('woff'),
    url('../vendor/fonts/khmer/hanuman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Hanuman';
    src: url('../vendor/fonts/khmer/HanumanUI-Bold.eot');
    src: url('../vendor/fonts/khmer/HanumanUI-Bold.eot?#iefix') format('embedded-opentype'),
    url('../vendor/fonts/khmer/HanumanUI-Bold.woff2') format('woff2'),
    url('../vendor/fonts/khmer/HanumanUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Khmermef2';
    src: url('../vendor/fonts/khmer/KhmerMEF2.eot');
    src: url('../vendor/fonts/khmer/KhmerMEF2.eot?#iefix') format('embedded-opentype'),
    url('../vendor/fonts/khmer/KhmerMEF2.woff2') format('woff2'),
    url('../vendor/fonts/khmer/KhmerMEF2.woff') format('woff'),
    url('../vendor/fonts/khmer/KhmerMEF2.ttf') format('truetype'),
    url('../vendor/fonts/khmer/KhmerMEF2.svg#KhmerMEF2') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Khmer-OS-Battambang';
    src:url('../vendor/fonts/khmer/Khmer-OS-Battambang.ttf.woff') format('woff'),
    url('../vendor/fonts/khmer/Khmer-OS-Battambang.ttf.svg#Khmer-OS-Battambang') format('svg'),
    url('../vendor/fonts/khmer/Khmer-OS-Battambang.ttf.eot'),
    url('../vendor/fonts/khmer/Khmer-OS-Battambang.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+00-FFFF;
  }

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

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

  @font-face {
    font-family: 'NotoSansKhmer-Medium';
    src:url('../vendor/fonts/khmer/NotoSansKhmer-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+00-FFFF;
  }
  @font-face {
    font-family: 'NotoSansKhmer-Bold';
    src:url('../vendor/fonts/khmer/NotoSansKhmer-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+00-FFFF;
  }

  @font-face {
    font-family: 'khmermef1';
    src: url('../vendor/fonts/khmer/KhmerMEF1.eot');
    src: url('../vendor/fonts/khmer/KhmerMEF1.eot?#iefix') format('embedded-opentype'),
    url('../vendor/fonts/khmer/KhmerMEF1.woff2') format('woff2'),
    url('../vendor/fonts/khmer/KhmerMEF1.woff') format('woff'),
    url('../vendor/fonts/khmer/KhmerMEF1.ttf') format('truetype'),
    url('../vendor/fonts/khmer/KhmerMEF1.svg#KhmerMEF1') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Futura';
    src: url('../fonts/khmer/Futura.ttc');
  }
  body{
    font-family: Futura, KhmerMef1, Hanuman, Montserrat;
  }
  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;
  }
  @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 */
  }

  .logo-font-header {
  font-family: khmermef2, 'Courier New', Courier, monospace !important;
  font-weight: 700 !important;
  color: #0c9bee !important;
  font-size: 10pt !important;
}

.logo-font-sub-header {
  font-family: khmermef2, 'Courier New', Courier, monospace !important;
  font-weight: 700 !important;
  color: #0c9bee !important;
  font-size: 8pt !important;
}