/*
 * Kanit Font Family
 * Generated based on the provided file structure.
 * Each weight and style is defined in a separate @font-face rule.
 */

/* --- Kanit Normal Styles --- */

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

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

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

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

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

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

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

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

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


/* --- Kanit Italic Styles --- */

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 100;
    /* Thin Italic */
    font-display: swap;
    src: url('Kanit-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 200;
    /* ExtraLight Italic */
    font-display: swap;
    src: url('Kanit-ExtraLightItalic.ttf') format('truetype');
}

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

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

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

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

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

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 800;
    /* ExtraBold Italic */
    font-display: swap;
    src: url('Kanit-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 900;
    /* Black Italic */
    font-display: swap;
    src: url('Kanit-BlackItalic.ttf') format('truetype');
}