:root {
    --primary-color: #a21c80;
    --primary-light-color: #dd40b5;
    --primary-dark-color: #711359;

    --secondary-color: #4770B4;
    --secondary-light-color: #7c9acb;
    --secondary-dark-color: #314e7d;

    --highlight-color: #a21c80;

    --chart-color-primary: #a21c80;
    --chart-color-secondary: #4770B4;
    --chart-color-neutral1: #808080;
    --chart-color-neutral2: #B4B4B4;
    --chart-color-foerderung1: #FCC52D;
    --chart-color-foerderung2: #C45417;
    --chart-color-foerderung3: #DDBD88;
    --chart-color-foerderung4: #A11C36;
    --chart-color-brutto: #FCC52D;
    --chart-color-netto: #DDBD88;
    --chart-color-luecke: #a21c80;
    --chart-color-vorschlag: #4770B4;
    --chart-color-optimierung: #CCD457;
    --chart-color-gruen: #CED3EC;
    --chart-color-gelb: #ABB6DE;
    --chart-color-rot: #8499D0;
    --chart-color-dunkelrot: #4671BA;
}

