@font-face {
    font-family: 'Kanit';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('Kanit-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url('Kanit-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url('Kanit-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    src: url('Kanit-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    src: url('Kanit-Bold.ttf') format('truetype');
}
