:root {
    --brand-color: #fdf6e9;
    --primary-color: #e7d57f;
    --secondary-color: #bf0d1f;
    --tertiary-color: #fff6f3;

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

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

    --button-primary-color: #bf0d1f;
    --button-warning-color: #bf0d1f;
    --button-helper-color: #ffffff;

    --form-primary-color: #9a9a9a;
    --form-secondary-color: #000000;

    --text-primary-color: #444141;
    --text-primary-helper-color: #000000;
    --text-secondary-color: #af9f9f;
    --text-secondary-helper-color: #ffffff;
    --text-header-color: #eae9e9;
    --text-footer-color: #614343;
}