:root {
    --body-text-color: #374856;
    --header-footer-color: #4EA3F1;
    --error-color: #e85858;
    --bg-color: #FEE26B;
    --progress-inactive-color: #3E6382;
    --text-color-opacity-50: rgba(55, 72, 86, 0.50);
    --text-color-opacity-30: rgba(55, 72, 86, 0.30);
    --text-color-darken-15: #2F3D49;
    --header-footer-color-lighten-15: #69B1F3;
    --header-footer-color-darken-15: #428BCD;
    --header-footer-hover: #428BCD;
    --action-color-text: #4EA3F1;
}