:root {
    --body-text-color: #1f827b;
    --header-footer-color: #f8cd34;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #75a921;
    --text-color-opacity-50: rgba(31, 130, 123, 0.50);
    --text-color-opacity-30: rgba(31, 130, 123, 0.30);
    --text-color-darken-15: #1A6F69;
    --header-footer-color-lighten-15: #F9D552;
    --header-footer-color-darken-15: #D3AE2C;
    --header-footer-hover: #D3AE2C;
    --action-color-text: #f8cd34;
}