:root {
    --body-text-color: #1A1F22;
    --header-footer-color: #123DA7;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #abe1fa;
    --text-color-opacity-50: rgba(26, 31, 34, 0.50);
    --text-color-opacity-30: rgba(26, 31, 34, 0.30);
    --text-color-darken-15: #161A1D;
    --header-footer-color-lighten-15: #365AB4;
    --header-footer-color-darken-15: #0F348E;
    --header-footer-hover: #365AB4;
    --action-color-text: #123DA7;
}