:root {
    --body-text-color: #030f04;
    --header-footer-color: #4269ad;
    --error-color: #e85858;
    --bg-color: #e6e1df;
    --progress-inactive-color: #ed6d73;
    --text-color-opacity-50: rgba(3, 15, 4, 0.50);
    --text-color-opacity-30: rgba(3, 15, 4, 0.30);
    --text-color-darken-15: #030D03;
    --header-footer-color-lighten-15: #5E80B9;
    --header-footer-color-darken-15: #385993;
    --header-footer-hover: #5E80B9;
    --action-color-text: #4269ad;
}