:root {
    --body-text-color: #314674;
    --header-footer-color: #005B4A;
    --error-color: #e85858;
    --bg-color: #FCFCFC;
    --progress-inactive-color: #2B3035;
    --text-color-opacity-50: rgba(49, 70, 116, 0.50);
    --text-color-opacity-30: rgba(49, 70, 116, 0.30);
    --text-color-darken-15: #2A3C63;
    --header-footer-color-lighten-15: #267465;
    --header-footer-color-darken-15: #004D3F;
    --header-footer-hover: #267465;
    --action-color-text: #005B4A;
}