@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

:root {
    --app-font: 'IBM Plex Sans', 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
}

html, body, button, input, select, textarea, a, div, span, p, h1, h2, h3, h4, h5, h6, li, td, th, label, strong, small {
    font-family: var(--app-font) !important;
}