:root {
    --body-text-color: #3b3b3a;
    --header-footer-color: #ffcc00;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #ea4f54;
    --text-color-opacity-50: rgba(59, 59, 58, 0.50);
    --text-color-opacity-30: rgba(59, 59, 58, 0.30);
    --text-color-darken-15: #323231;
    --header-footer-color-lighten-15: #FFD426;
    --header-footer-color-darken-15: #D9AD00;
    --header-footer-hover: #FFD426;
    --action-color-text: #ffcc00;
}