:root {
    --brand-color: rgba(225,29,29,0.98);
    --primary-color: #e11d1d;
    --secondary-color: #6b886f;
    --tertiary-color: #ffffff;

    --accent-color: #e11d1d;
    --attention-color: #6b886f;
    --non-active-color: rgba(0,0,0,0.86);
    --non-active-helper-color: #666666;

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

    --button-primary-color: #6b886f;
    --button-warning-color: #e11d1d;
    --button-helper-color: #ffffff;

    --form-primary-color: #e11d1d;
    --form-secondary-color: #6b886f;

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