/* font Noto Sans Thai */
@font-face {
    font-family: 'Noto Sans Thai';
    src: url('../fonts/NotoSansThai/NotoSansThai-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

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

/* font Sukhumvit Set */
@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../fonts/SukhumvitSet/SukhumvitSet-Medium.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../fonts/SukhumvitSet/SukhumvitSet-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

/* font ITC Giovanni Std */
@font-face {
    font-family: 'ITC Giovanni Std';
    src: url('../fonts/ITCGiovanni/itc-giovanni-book.otf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../fonts/ITCGiovanni/ITCGiovanni-Bold2.ttf');
    font-style: normal;
    font-weight: 700;
}