@font-face {
    font-family: 'Kanit';
    src: url('fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Kanit', sans-serif;
}


