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

@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;
}

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;
    }
}

.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;
}