:root {
    --body-text-color: #002ad4;
    --header-footer-color: #f8583b;
    --error-color: #e85858;
    --bg-color: #ffcc00;
    --progress-inactive-color: #7d95bd;
    --text-color-opacity-50: rgba(0, 42, 212, 0.50);
    --text-color-opacity-30: rgba(0, 42, 212, 0.30);
    --text-color-darken-15: #0024B4;
    --header-footer-color-lighten-15: #F97158;
    --header-footer-color-darken-15: #D34B32;
    --header-footer-hover: #D34B32;
    --action-color-text: #f8583b;
}