:root {
    --body-text-color: #141660;
    --header-footer-color: #00afef;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #cb007a;
    --text-color-opacity-50: rgba(20, 22, 96, 0.50);
    --text-color-opacity-30: rgba(20, 22, 96, 0.30);
    --text-color-darken-15: #111352;
    --header-footer-color-lighten-15: #26BBF1;
    --header-footer-color-darken-15: #0095CB;
    --header-footer-hover: #26BBF1;
    --action-color-text: #00afef;
}