:root {
    --body-text-color: #060405;
    --header-footer-color: #c41630;
    --error-color: #e85858;
    --bg-color: #cceaf9;
    --progress-inactive-color: #1f5f61;
    --text-color-opacity-50: rgba(6, 4, 5, 0.50);
    --text-color-opacity-30: rgba(6, 4, 5, 0.30);
    --text-color-darken-15: #050304;
    --header-footer-color-lighten-15: #CD394F;
    --header-footer-color-darken-15: #A71329;
    --header-footer-hover: #CD394F;
    --action-color-text: #c41630;
}