:root {
    --body-text-color: #000000;
    --header-footer-color: #9a7c64;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #63a05a;
    --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: #A9907B;
    --header-footer-color-darken-15: #836955;
    --header-footer-hover: #A9907B;
    --action-color-text: #9a7c64;
}