:root {
    --body-text-color: #492F51;
    --header-footer-color: #492F51;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #008177;
    --text-color-opacity-50: rgba(73, 47, 81, 0.50);
    --text-color-opacity-30: rgba(73, 47, 81, 0.30);
    --text-color-darken-15: #3E2845;
    --header-footer-color-lighten-15: #644E6B;
    --header-footer-color-darken-15: #3E2845;
    --header-footer-hover: #644E6B;
    --action-color-text: #492F51;
}