:root {
    --body-text-color: #242324;
    --header-footer-color: #25303a;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #799c4c;
    --text-color-opacity-50: rgba(36, 35, 36, 0.50);
    --text-color-opacity-30: rgba(36, 35, 36, 0.30);
    --text-color-darken-15: #1F1E1F;
    --header-footer-color-lighten-15: #464F58;
    --header-footer-color-darken-15: #1F2931;
    --header-footer-hover: #464F58;
    --action-color-text: #25303a;
}