:root {
    --body-text-color: #1F2223;
    --header-footer-color: #005DAE;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #008d97;
    --text-color-opacity-50: rgba(31, 34, 35, 0.50);
    --text-color-opacity-30: rgba(31, 34, 35, 0.30);
    --text-color-darken-15: #1A1D1E;
    --header-footer-color-lighten-15: #2675BA;
    --header-footer-color-darken-15: #004F94;
    --header-footer-hover: #2675BA;
    --action-color-text: #005DAE;
}