:root {
    --body-text-color: #4d4c4d;
    --header-footer-color: #395a86;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #4d4d4d;
    --text-color-opacity-50: rgba(77, 76, 77, 0.50);
    --text-color-opacity-30: rgba(77, 76, 77, 0.30);
    --text-color-darken-15: #414141;
    --header-footer-color-lighten-15: #577398;
    --header-footer-color-darken-15: #304D72;
    --header-footer-hover: #577398;
    --action-color-text: #395a86;
}