:root {
    --body-text-color: #2f2f2f;
    --header-footer-color: #183e7a;
    --error-color: #e85858;
    --bg-color: #f2f2f2;
    --progress-inactive-color: #96c11f;
    --text-color-opacity-50: rgba(47, 47, 47, 0.50);
    --text-color-opacity-30: rgba(47, 47, 47, 0.30);
    --text-color-darken-15: #282828;
    --header-footer-color-lighten-15: #3B5B8E;
    --header-footer-color-darken-15: #143568;
    --header-footer-hover: #3B5B8E;
    --action-color-text: #183e7a;
}