/* ==========================================================================
   ฟอนต์ระบบ : Noto Sans Thai (self-host จาก theme/fonts/Noto_Sans_Thai)
   theme/css/font-noto-sans-thai.css
   ใช้ไฟล์ในเครื่อง จึงแสดงผลได้แม้ไม่มีอินเทอร์เน็ต
   หมายเหตุ : Noto Sans Thai ไม่มีชุดตัวเอียง เบราว์เซอร์จะเอียงให้เองเมื่อจำเป็น
   ========================================================================== */

/* ----- ExtraLight 200 ----- */
@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');
}

/* ----- Light 300 ----- */
@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');
}

/* ----- Regular 400 ----- */
@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');
}

/* ----- Medium 500 ----- */
@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');
}

/* ----- SemiBold 600 ----- */
@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');
}

/* ----- Bold 700 ----- */
@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');
}

/* ----- ExtraBold 800 ----- */
@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');
}

/* ----- Black 900 ----- */
@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');
}
