@font-face {
    font-family: 'Noto Sans Thai';
    src: url('./fonts/NotoSansThai-Light.woff2') format('woff2'),
        url('./fonts/NotoSansThai-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('./fonts/NotoSansThai-Regular.woff2') format('woff2'),
        url('./fonts/NotoSansThai-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('./fonts/NotoSansThai-Medium.woff2') format('woff2'),
        url('./fonts/NotoSansThai-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('./fonts/NotoSansThai-Bold.woff2') format('woff2'),
        url('./fonts/NotoSansThai-Bold.woff') format('woff');
    font-weight: 700;
}

