:root {
    --body-text-color: #000000;
    --header-footer-color: #0097d8;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #93c11f;
    --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: #26A7DE;
    --header-footer-color-darken-15: #0080B8;
    --header-footer-hover: #26A7DE;
    --action-color-text: #0097d8;
}