:root{
    --primaryColor: rgba(176, 173, 142, 1);
    --primaryTextColor: rgba(138, 138, 116, 1);
    --secondaryTextColor: rgba(68, 78, 85, 1);
    --secondaryTextColor_aufgehellt: rgba(119, 129, 136, 1);
    --thirdTextColor: rgba(121, 124, 135, 1);
    --BG_1: rgba(199, 198, 173, 1);
    --BG_1_transparent: rgba(199, 198, 173, 0.9);
    --BG_2: rgba(233, 230, 215, 1);
    --BG_2_transparent: rgba(233, 230, 215, 0.7);
    --BG_3: rgba(230, 229, 234, 1);
    --BG_3_transparent: rgba(230, 229, 234, 0.8);
    --white: rgba(255, 255, 255, 1);
    --black: rgba(45, 45, 45, 1);
    --BG_NAV: rgba(255,255,255,0.9);
}