:root {
    --body-text-color: #000000;
    --header-footer-color: #2783b1;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #060002;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #4796BD;
    --header-footer-color-darken-15: #216F96;
    --header-footer-hover: #4796BD;
    --action-color-text: #2783b1;
}