:root {
    --body-text-color: #465a7b;
    --header-footer-color: #465a7b;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #f9b014;
    --text-color-opacity-50: rgba(70, 90, 123, 0.50);
    --text-color-opacity-30: rgba(70, 90, 123, 0.30);
    --text-color-darken-15: #3C4D69;
    --header-footer-color-lighten-15: #62738F;
    --header-footer-color-darken-15: #3C4D69;
    --header-footer-hover: #62738F;
    --action-color-text: #465a7b;
}