:root {
    --body-text-color: #1e1f1f;
    --header-footer-color: #4aaeff;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #ff0066;
    --text-color-opacity-50: rgba(30, 31, 31, 0.50);
    --text-color-opacity-30: rgba(30, 31, 31, 0.30);
    --text-color-darken-15: #1A1A1A;
    --header-footer-color-lighten-15: #65BAFF;
    --header-footer-color-darken-15: #3F94D9;
    --header-footer-hover: #3F94D9;
    --action-color-text: #4aaeff;
}