:root {
    --body-text-color: #0D124D;
    --header-footer-color: #0D124D;
    --error-color: #e85858;
    --bg-color: #E35205;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(13, 18, 77, 0.50);
    --text-color-opacity-30: rgba(13, 18, 77, 0.30);
    --text-color-darken-15: #0B0F41;
    --header-footer-color-lighten-15: #313668;
    --header-footer-color-darken-15: #0B0F41;
    --header-footer-hover: #313668;
    --action-color-text: #0D124D;
}