:root {
    --body-text-color: #4e4e4e;
    --header-footer-color: #f19e55;
    --error-color: #e85858;
    --bg-color: #f3f3f3;
    --progress-inactive-color: #f19e55;
    --text-color-opacity-50: rgba(78, 78, 78, 0.50);
    --text-color-opacity-30: rgba(78, 78, 78, 0.30);
    --text-color-darken-15: #424242;
    --header-footer-color-lighten-15: #F3AD6F;
    --header-footer-color-darken-15: #CD8648;
    --header-footer-hover: #CD8648;
    --action-color-text: #f19e55;
}