:root {
    --body-text-color: #110a30;
    --header-footer-color: #bf4972;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #9ed5f7;
    --text-color-opacity-50: rgba(17, 10, 48, 0.50);
    --text-color-opacity-30: rgba(17, 10, 48, 0.30);
    --text-color-darken-15: #0E0929;
    --header-footer-color-lighten-15: #C96487;
    --header-footer-color-darken-15: #A23E61;
    --header-footer-hover: #A23E61;
    --action-color-text: #bf4972;
}