/*
Font Name: Kanit
Weights: 400, 500, 600, 700
*/

@font-face {
    font-family: 'Kanit';
    src: url('kanit-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Kanit';
    src: url('kanit-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Kanit';
    src: url('kanit-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Kanit';
    src: url('kanit-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Kanit';
    src: url('kanit-italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: fallback;
}