:root {
    --brand-color: #15eaea;
    --primary-color: #c9c6c6;
    --secondary-color: #f81609;
    --tertiary-color: #15eaea;

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

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

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

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

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