:root {
    --body-text-color: #1C2124;
    --header-footer-color: #142649;
    --error-color: #e85858;
    --bg-color: #FFD400;
    --progress-inactive-color: #e10b15;
    --text-color-opacity-50: rgba(28, 33, 36, 0.50);
    --text-color-opacity-30: rgba(28, 33, 36, 0.30);
    --text-color-darken-15: #181C1F;
    --header-footer-color-lighten-15: #374764;
    --header-footer-color-darken-15: #11203E;
    --header-footer-hover: #374764;
    --action-color-text: #142649;
}