:root {
    --brand-color: #9eda36;
    --primary-color: rgba(251,229,229,0.98);
    --secondary-color: #685f5f;
    --tertiary-color: #e2c97a;

    --accent-color: #700b0b;
    --attention-color: #700b0b;
    --non-active-color: #cdcaca;
    --non-active-helper-color: #666666;

    --box-color: #ffffff;
    --page-bg-color: #ffffff;
    --subpage-bg-color: #4aca5b;

    --button-primary-color: #e60c0c;
    --button-warning-color: #1b1717;
    --button-helper-color: #ffffff;

    --form-primary-color: #c81a1a;
    --form-secondary-color: #29b342;

    --text-primary-color: #202020;
    --text-primary-helper-color: #000000;
    --text-secondary-color: #ffffff;
    --text-secondary-helper-color: #ffffff;
    --text-header-color: #ffffff;
    --text-footer-color: #ffffff;
}