:root {
    --body-text-color: #0A0C0D;
    --header-footer-color: #094F95;
    --error-color: #e85858;
    --bg-color: #E0D1BD;
    --progress-inactive-color: #DE3202;
    --text-color-opacity-50: rgba(10, 12, 13, 0.50);
    --text-color-opacity-30: rgba(10, 12, 13, 0.30);
    --text-color-darken-15: #090A0B;
    --header-footer-color-lighten-15: #2E69A5;
    --header-footer-color-darken-15: #08437F;
    --header-footer-hover: #2E69A5;
    --action-color-text: #094F95;
}