/* === LOCAL KANIT FONT === */

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

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

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

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

/* Light (300) - Fallback to WOFF if TTF missing, based on file list */
@font-face {
    font-family: 'Kanit';
    src: url('/assets/fonts/Kanit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
