/* Shared text typography; icon classes and their pseudo-elements keep their own fonts. */
:root {
    --app-font-family: "Poppins", sans-serif;
    --bs-font-sans-serif: var(--app-font-family);
    --bs-body-font-family: var(--app-font-family);
    --cui-font-sans-serif: var(--app-font-family);
    --cui-body-font-family: var(--app-font-family);
    --font-sans: var(--app-font-family);
}
html, body, h1, h2, h3, h4, h5, h6, p, a, label, button,
input, textarea, select, option, table, th, td, li, dt, dd,
blockquote, figcaption, legend, summary, pre, code, kbd, samp,
.btn, .form-control, .form-select, .tooltip, .popover {
    font-family: var(--app-font-family);
}
input::file-selector-button {
    font-family: var(--app-font-family);
}
