/* @import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Krub&display=swap');


@font-face {
    font-family: 'DOITUNG-Regular';
    src: url('DOITUNG-Regular.eot');
    src: url('DOITUNG-Regular.eot?#iefix') format('embedded-opentype'),
         url('DOITUNG-Regular.woff2') format('woff2'),
         url('DOITUNG-Regular.ttf') format('truetype'),
         url('DOITUNG-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DOITUNG-Bold';
    src: url('DOITUNG-Bold.eot');
    src: url('DOITUNG-Bold.eot?#iefix') format('embedded-opentype'),
         url('DOITUNG-Bold.woff2') format('woff2'),
         url('DOITUNG-Bold.ttf') format('truetype'),
         url('DOITUNG-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
body { 
    /* font-family: 'Sarabun', sans-serif; */
    /* font-family: 'Krub', sans-serif; */
    font-family: 'DOITUNG-Regular', sans-serif !important; 
    font-size: 14px !important; 
}

/* h1, h2, h3, h4, h5, h6 { 
    font-family: 'DOITUNG-Bold', sans-serif !important; 

} */



