@font-face {
    font-family: "LINE Seed Sans TH";
    src:
        url("../../fonts/WOFF2/LINESeedSansTH_W_Th.woff2") format("woff2"),
        url("../../fonts/WOFF/LINESeedSansTH_W_Th.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed Sans TH";
    src:
        url("../../fonts/WOFF2/LINESeedSansTH_W_Rg.woff2") format("woff2"),
        url("../../fonts/WOFF/LINESeedSansTH_W_Rg.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed Sans TH";
    src:
        url("../../fonts/WOFF2/LINESeedSansTH_W_Bd.woff2") format("woff2"),
        url("../../fonts/WOFF/LINESeedSansTH_W_Bd.woff") format("woff");
    font-weight: 600 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed Sans TH";
    src:
        url("../../fonts/WOFF2/LINESeedSansTH_W_He.woff2") format("woff2"),
        url("../../fonts/WOFF/LINESeedSansTH_W_He.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed Sans TH";
    src:
        url("../../fonts/WOFF2/LINESeedSansTH_W_XBd.woff2") format("woff2"),
        url("../../fonts/WOFF/LINESeedSansTH_W_XBd.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --app-font-family: "LINE Seed Sans TH", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bs-font-sans-serif: var(--app-font-family);
    --bs-body-font-family: var(--app-font-family);
}

body,
button,
input,
select,
textarea {
    font-family: var(--app-font-family);
}
