:root {
    --brand-color: #827e7e;
    --primary-color: #a81e15;
    --secondary-color: rgba(215,210,198,0.68);
    --tertiary-color: rgba(225,205,154,0.61);

    --accent-color: #eb3e3e;
    --attention-color: #eb3e3e;
    --non-active-color: #525151;
    --non-active-helper-color: #666666;

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

    --button-primary-color: #303030;
    --button-warning-color: #be725a;
    --button-helper-color: #ffffff;

    --form-primary-color: #303030;
    --form-secondary-color: #75726b;

    --text-primary-color: #1b1b1b;
    --text-primary-helper-color: #000000;
    --text-secondary-color: rgba(11,11,11,0.95);
    --text-secondary-helper-color: #ffffff;
    --text-header-color: rgba(11,11,11,0.95);
    --text-footer-color: rgba(11,11,11,0.95);
}