:root {
    --body-text-color: #55738C;
    --header-footer-color: #FDCD24;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(85, 115, 140, 0.50);
    --text-color-opacity-30: rgba(85, 115, 140, 0.30);
    --text-color-darken-15: #486277;
    --header-footer-color-lighten-15: #FDD545;
    --header-footer-color-darken-15: #D7AE1F;
    --header-footer-hover: #D7AE1F;
    --action-color-text: #FDCD24;
}