@font-face {
    font-family: 'Noto Sans Thai';
    src: url('../fonts/noto-sans-thai-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('../fonts/noto-sans-thai-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('../fonts/noto-sans-thai-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
textarea {
    font-family: 'Noto Sans Thai', sans-serif;
}
