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