:root {
    --brand-color: #ffffff;
    --primary-color: #cf5e61;
    --secondary-color: #841114;
    --tertiary-color: #f9e7e0;

    --accent-color: #ea4549;
    --attention-color: #841114;
    --non-active-color: #979191;
    --non-active-helper-color: #666666;

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

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

    --form-primary-color: #979191;
    --form-secondary-color: #000000;

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