/* Kanit Font Family - Local TTF */

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

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

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

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

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