:root {
    --body-text-color: #2D353C;
    --header-footer-color: #48AFF4;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(45, 53, 60, 0.50);
    --text-color-opacity-30: rgba(45, 53, 60, 0.30);
    --text-color-darken-15: #262D33;
    --header-footer-color-lighten-15: #63BBF6;
    --header-footer-color-darken-15: #3D95CF;
    --header-footer-hover: #3D95CF;
    --action-color-text: #48AFF4;
}