:root {
    --primary-color: #0a2f73;
    --primary-light-color: #0d3d96;
    --primary-dark-color: #092a67;

    --secondary-color: #4b4b4b;
    --secondary-light-color: #5d5d5d;
    --secondary-dark-color: #434343;

    --highlight-color: #0a2f73;

    --chart-color-primary: #147cb3;
    --chart-color-secondary: #ffdd00;
    --chart-color-neutral1: #147cb3;
    --chart-color-neutral2: #121F47;
    --chart-color-foerderung1: #ffdd00;
    --chart-color-foerderung2: #ffbb00;
    --chart-color-foerderung3: #ff8a00;
    --chart-color-foerderung4: #0a2f73;
    --chart-color-brutto: #147cb3;
    --chart-color-netto: #ffdd00;
    --chart-color-luecke: #6e3694;
    --chart-color-vorschlag: #4fbba3;
    --chart-color-optimierung: #087c89;
}