:root {
    --body-text-color: #1E1E1E;
    --header-footer-color: #6CADFF;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #FED300;
    --text-color-opacity-50: rgba(30, 30, 30, 0.50);
    --text-color-opacity-30: rgba(30, 30, 30, 0.30);
    --text-color-darken-15: #1A1A1A;
    --header-footer-color-lighten-15: #82B9FF;
    --header-footer-color-darken-15: #5C93D9;
    --header-footer-hover: #5C93D9;
    --action-color-text: #1E1E1E;
}