* {
    --c-brand-color: #0e7837;
    --c-grey22: #757575;
    --c-menu-right2: #0c662f;

    /* css colors */
    --c-black: black;
    --c-white: white;

    /* colors with alpha */
    --c-black-a05: rgba(0, 0, 0, 0.5);
}