:root {
    --brand-color: #000000;
    --primary-color: #ffffff;
    --secondary-color: #000000;
    --tertiary-color: #8b9396;

    --accent-color: #d21332;
    --attention-color: #ca553e;
    --non-active-color: #b7b7b7;
    --non-active-helper-color: #666666;

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

    --button-primary-color: #020202;
    --button-warning-color: #5a3eca;
    --button-helper-color: #ffffff;

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

    --text-primary-color: #000000;
    --text-primary-helper-color: #000000;
    --text-secondary-color: rgba(185,182,22,0.84);
    --text-secondary-helper-color: #ffffff;
    --text-header-color: rgba(185,182,22,0.84);
    --text-footer-color: rgba(185,182,22,0.84);
}