@font-face {
    font-family: 'noto-sans-khmer';
    src: url('path/to/noto-sans-khmer.woff2') format('woff2'), /* Update the path accordingly */
         url('path/to/noto-sans-khmer.woff') format('woff'),
         url('path/to/noto-sans-khmer.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'noto-sans-khmer', sans-serif;
    font-size: 14px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


h4 {
    font-family: 'noto-sans-khmer', sans-serif;
    font-size: 30px;
    color: #a5a5a5;
    font-weight: bold;

}

