:root {
    --body-text-color: #000000;
    --header-footer-color: #ED6B3B;
    --error-color: #e85858;
    --bg-color: #8A0450;
    --progress-inactive-color: #147DB6;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #F08158;
    --header-footer-color-darken-15: #C95B32;
    --header-footer-hover: #C95B32;
    --action-color-text: #ED6B3B;
}