:root {
    --body-text-color: #1D2124;
    --header-footer-color: #EF0781;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #f59300;
    --text-color-opacity-50: rgba(29, 33, 36, 0.50);
    --text-color-opacity-30: rgba(29, 33, 36, 0.30);
    --text-color-darken-15: #191C1F;
    --header-footer-color-lighten-15: #F12C94;
    --header-footer-color-darken-15: #CB066E;
    --header-footer-hover: #F12C94;
    --action-color-text: #EF0781;
}