:root {
    --body-text-color: #24246C;
    --header-footer-color: #81B5DE;
    --error-color: #e85858;
    --bg-color: #E1E0E6;
    --progress-inactive-color: #92A3B1;
    --text-color-opacity-50: rgba(36, 36, 108, 0.50);
    --text-color-opacity-30: rgba(36, 36, 108, 0.30);
    --text-color-darken-15: #1F1F5C;
    --header-footer-color-lighten-15: #94C0E3;
    --header-footer-color-darken-15: #6E9ABD;
    --header-footer-hover: #6E9ABD;
    --action-color-text: #81B5DE;
}