:root {
    --body-text-color: #666666;
    --header-footer-color: #edce5f;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #114882;
    --text-color-opacity-50: rgba(102, 102, 102, 0.50);
    --text-color-opacity-30: rgba(102, 102, 102, 0.30);
    --text-color-darken-15: #575757;
    --header-footer-color-lighten-15: #F0D577;
    --header-footer-color-darken-15: #C9AF51;
    --header-footer-hover: #C9AF51;
    --action-color-text: #edce5f;
}