/* Noto Sans Thai - Local Variable Font */
@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth,wght.ttf') format('truetype');
}

/* Noto Sans Thai - Static weights fallback */
@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./fonts/Noto_Sans_Thai/static/NotoSansThai-Black.ttf') format('truetype');
}