:root {
    --body-text-color: #0a000a;
    --header-footer-color: #21a6b2;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #8fc12a;
    --text-color-opacity-50: rgba(10, 0, 10, 0.50);
    --text-color-opacity-30: rgba(10, 0, 10, 0.30);
    --text-color-darken-15: #090009;
    --header-footer-color-lighten-15: #42B3BE;
    --header-footer-color-darken-15: #1C8D97;
    --header-footer-hover: #42B3BE;
    --action-color-text: #21a6b2;
}