:root {
    --brand-color: rgba(255,255,255,0.09);
    --primary-color: #d56161;
    --secondary-color: #963d3a;
    --tertiary-color: #f0eeed;

    --accent-color: #602038;
    --attention-color: #60202e;
    --non-active-color: #444444;
    --non-active-helper-color: #666666;

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

    --button-primary-color: #602031;
    --button-warning-color: #602220;
    --button-helper-color: #ffffff;

    --form-primary-color: #a94b6f;
    --form-secondary-color: #60202e;

    --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;
}