:root {
    --body-text-color: #465C6F;
    --header-footer-color: #2F2683;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #F6CE01;
    --text-color-opacity-50: rgba(70, 92, 111, 0.50);
    --text-color-opacity-30: rgba(70, 92, 111, 0.30);
    --text-color-darken-15: #3C4E5E;
    --header-footer-color-lighten-15: #4E4796;
    --header-footer-color-darken-15: #28206F;
    --header-footer-hover: #4E4796;
    --action-color-text: #2F2683;
}