:root {
    --body-text-color: #494440;
    --header-footer-color: #1E76A7;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(73, 68, 64, 0.50);
    --text-color-opacity-30: rgba(73, 68, 64, 0.30);
    --text-color-darken-15: #3E3A36;
    --header-footer-color-lighten-15: #408BB4;
    --header-footer-color-darken-15: #1A648E;
    --header-footer-hover: #408BB4;
    --action-color-text: #1E76A7;
}