:root {
    --app-font-family: "Source Sans Pro", "Noto Sans", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.select2-container,
.modal,
.tooltip,
.popover {
    font-family: var(--app-font-family);
}

code,
kbd,
pre,
samp {
    font-family: Consolas, "Courier New", monospace;
}
