:root {
    --brand-color: #ffffff;
    --primary-color: #83687a;
    --secondary-color: #cdcdc0;
    --tertiary-color: #ffffff;

    --accent-color: #9f9c6f;
    --attention-color: #c00000;
    --non-active-color: rgba(0,0,0,0.45);
    --non-active-helper-color: #666666;

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

    --button-primary-color: #000000;
    --button-warning-color: #000000;
    --button-helper-color: #ffffff;

    --form-primary-color: #626d71;
    --form-secondary-color: #000000;

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