html.locale-lo,
html[lang="lo"] {
  --stocky-lao-font: "Noto Sans Lao", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.locale-lo body,
html[lang="lo"] body {
  font-family: var(--stocky-lao-font) !important;
}

html.locale-lo body :where(*):not([class^="i-"]):not([class*=" i-"]):not(.bi):not([class^="bi-"]):not([class*=" bi-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons),
html[lang="lo"] body :where(*):not([class^="i-"]):not([class*=" i-"]):not(.bi):not([class^="bi-"]):not([class*=" bi-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons) {
  font-family: var(--stocky-lao-font) !important;
}

html.locale-lo input,
html.locale-lo textarea,
html.locale-lo select,
html.locale-lo button,
html[lang="lo"] input,
html[lang="lo"] textarea,
html[lang="lo"] select,
html[lang="lo"] button {
  font-family: var(--stocky-lao-font) !important;
}
