/* Khmer webfont. Latin keeps the system UI font; Kantumruy Pro applies
   only to Khmer codepoints via unicode-range. The file is a variable font
   (weights 100–700), so regular and bold Khmer both come from it.
   Self-hosted — drop the .woff2 into static/fonts/ before collectstatic. */
@font-face {
    font-family: "Kantumruy Pro";
    font-style: normal;
    font-weight: 100 700;
    font-display: swap;
    src: url("../fonts/KantumruyPro-Khmer.ad303393f5b1.woff2") format("woff2");
    unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

html,
body {
    font-family: "Kantumruy Pro", system-ui, -apple-system, "Segoe UI", Roboto,
        sans-serif;
}
