@font-face {
    font-family: 'arun';
    src: url('../fonts/arundina-webfont.woff2') format('woff2'),
         url('../fonts/arundina-webfont.woff') format('woff'),
         url('../fonts/arundina-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arun_bold';
    src: url('../fonts/arundinab-webfont.woff2') format('woff2'),
         url('../fonts/arundinab-webfont.woff') format('woff'),
         url('../fonts/arundinab-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Thai Sans Lite';
    src: url('../fonts/ThaiSansLite.eot');
    src: url('../fonts/ThaiSansLite.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ThaiSansLite.woff2') format('woff2'),
        url('../fonts/ThaiSansLite.woff') format('woff'),
        url('../fonts/ThaiSansLite.ttf') format('truetype'),
        url('../fonts/ThaiSansLite.svg#ThaiSansLite') format('svg');
    font-weight: normal;
    font-style: normal;
}