@font-face {
    font-family: "MadarSystemFont";
    src: url("/static/fonts/system-global.ttf?v=1")
         format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --app-font:
        "MadarSystemFont",
        Tahoma,
        Arial,
        sans-serif;

    --monitor-font:
        "MadarSystemFont",
        Tahoma,
        Arial,
        sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option,
table,
th,
td,
label,
a,
span,
div,
p,
small,
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:
        "MadarSystemFont",
        Tahoma,
        Arial,
        sans-serif !important;
}

body * {
    font-family:
        "MadarSystemFont",
        Tahoma,
        Arial,
        sans-serif !important;
}

svg text,
svg tspan {
    font-family:
        "MadarSystemFont",
        Tahoma,
        Arial,
        sans-serif !important;
}
