/*
 * HPC8 local typography
 *
 * Noto Sans Thai is the primary font for portal UI and Thai content. Inter is
 * retained only for explicitly Latin-oriented brand/display stacks.
 */
@font-face {
    font-family: "Noto Sans Thai";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("NotoSansThai-Regular.ttf") format("truetype");
}

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

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

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

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