:root {
    --body-text-color: #EE138C;
    --header-footer-color: #112E5D;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #FDC726;
    --text-color-opacity-50: rgba(238, 19, 140, 0.50);
    --text-color-opacity-30: rgba(238, 19, 140, 0.30);
    --text-color-darken-15: #CA1077;
    --header-footer-color-lighten-15: #354D75;
    --header-footer-color-darken-15: #0E274F;
    --header-footer-hover: #354D75;
    --action-color-text: #112E5D;
}