:root {
    --primary-color: #ee0000;
    --primary-light-color: #f13333;
    --primary-dark-color: #be0000;
    --secondary-color: #303f3c;
    --secondary-light-color: #596563;
    --secondary-dark-color: #263230;
    --highlight-color: #303f3c;
    --status-color: #cae8e3;
    --chart-color-primary: #ee0000;
    --chart-color-secondary: #303f3c;
    --chart-color-neutral1: #444444;
    --chart-color-neutral2: #d9d9d9;
    --chart-color-foerderung1: #3d7068;
    --chart-color-foerderung2: #f6ce64;
    --chart-color-foerderung3: #f6f2ab;
    --chart-color-foerderung4: #cae8e3;
    --chart-color-abzug1: #f6ce64;
    --chart-color-abzug2: #f6f2ab;
    --chart-color-brutto: #303f3c;
    --chart-color-netto: #cae8e3;
    --chart-color-bedarf1: #3d7068;
    --chart-color-bedarf2: #ee0000;
    --chart-color-luecke: #ee0000;
    --chart-color-vorschlag: #cae8e3;
    --chart-color-optimierung: #3d7068;
    --chart-color-gruen: #3d7068;
    --chart-color-gelb: #f6ce64;
    --chart-color-rot: #ee0000;
    --chart-color-dunkelrot: var(--primary-dark-color);
}