:root {
    --body-text-color: #292A2A;
    --header-footer-color: #cdd02f;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #2e2753;
    --text-color-opacity-50: rgba(41, 42, 42, 0.50);
    --text-color-opacity-30: rgba(41, 42, 42, 0.30);
    --text-color-darken-15: #232424;
    --header-footer-color-lighten-15: #D5D74E;
    --header-footer-color-darken-15: #AEB128;
    --header-footer-hover: #D5D74E;
    --action-color-text: #cdd02f;
}