/* See https://github.com/angaza/payg-ui/pull/2882 */
body, input, button, select, textarea {
    font-family: "Zawgyi-One", "Inter", Arial, sans-serif, "Apple Color Emoji", 
        "Segoe UI Emoji", "Segoe UI Symbol" !important;
}


/*
 * Copy bootstrap's current monospace cascade (which is a few years old):
 * https://github.com/twbs/bootstrap/blob/b531bda07cbea2e124194aefe3b8597b3ac2578e/scss/_variables.scss#L387
 * Our version of bootstrap (v2) is too old, and, while we do include v3 via
 * `react-bootstrap`, even that is too old.
*/
.monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New",
        monospace !important;
}