/*
 * STORM Thai typography layer
 *
 * Unified Thai/Latin typography for all textual UI. Icon fonts remain
 * untouched because the runtime applies this family only to text nodes and
 * form controls.
 */
@font-face {
    font-family: "STORM Thai";
    src: url("../fonts/noto-sans-thai/noto-sans-thai-300.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "STORM Thai";
    src: url("../fonts/noto-sans-thai/noto-sans-thai-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "STORM Thai";
    src: url("../fonts/noto-sans-thai/noto-sans-thai-500.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "STORM Thai";
    src: url("../fonts/noto-sans-thai/noto-sans-thai-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "STORM Thai";
    src: url("../fonts/noto-sans-thai/noto-sans-thai-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "STORM Thai";
    src: url("../fonts/noto-sans-thai/noto-sans-thai-800.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

html {
    --font-thai: "STORM Thai";
}
