/* ─────────────────────────────
   GLOBAL DASH THEME OVERRIDES
   ───────────────────────────── */
:root {
    --Dash-Fill-Inverse-Strong: #0d1117;
    --Dash-Text-Primary: #e5e7eb;
    --Dash-Text-Strong: #e5e7eb;
    --Dash-Text-Weak: #9ca3af;
    --Dash-Fill-Interactive-Strong: #84899c;
}


html, body, #react-entry-point {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;

    background-color: #121a29;

    font-family: monospace !important;
    font-size: 10px !important;   /* master control */
    color: #e5e7eb !important;
}