:root {
    --body-text-color: #4a4a4a;
    --header-footer-color: #FFD333;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #ea892e;
    --text-color-opacity-50: rgba(74, 74, 74, 0.50);
    --text-color-opacity-30: rgba(74, 74, 74, 0.30);
    --text-color-darken-15: #3F3F3F;
    --header-footer-color-lighten-15: #FFDA52;
    --header-footer-color-darken-15: #D9B32B;
    --header-footer-hover: #D9B32B;
    --action-color-text: #FFD333;
}