:root {
    --body-text-color: #1a2339;
    --header-footer-color: #1a2439;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #0fc8a0;
    --text-color-opacity-50: rgba(26, 35, 57, 0.50);
    --text-color-opacity-30: rgba(26, 35, 57, 0.30);
    --text-color-darken-15: #161E30;
    --header-footer-color-lighten-15: #3C4557;
    --header-footer-color-darken-15: #161F30;
    --header-footer-hover: #3C4557;
    --action-color-text: #1a2439;
}