:root {
    --body-text-color: #291359;
    --header-footer-color: #f6c113;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #291359;
    --text-color-opacity-50: rgba(41, 19, 89, 0.50);
    --text-color-opacity-30: rgba(41, 19, 89, 0.30);
    --text-color-darken-15: #23104C;
    --header-footer-color-lighten-15: #F7CA36;
    --header-footer-color-darken-15: #D1A410;
    --header-footer-hover: #D1A410;
    --action-color-text: #f6c113;
}