/*
 * WorldSleep unified type system.
 * Noto Sans is distributed under the SIL Open Font License 1.1 and may be
 * used in commercial products. The language variants preserve the proper
 * regional glyphs for Simplified and Traditional Chinese.
 */
:root {
    --worldsleep-font: "Noto Sans SC", "Noto Sans TC", "Noto Sans", sans-serif;
}

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

/* Override legacy display fonts. */
html body * {
    font-family: var(--worldsleep-font) !important;
}

/* Keep source code and editor surfaces monospaced. */
html body pre,
html body pre *,
html body code,
html body code *,
html body kbd,
html body samp,
html body .CodeMirror,
html body .CodeMirror * {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace !important;
}
