:root {
    --body-text-color: #000000;
    --header-footer-color: #0f265c;
    --error-color: #e85858;
    --bg-color: #f7f7f7;
    --progress-inactive-color: #ffda0a;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #334774;
    --header-footer-color-darken-15: #0D204E;
    --header-footer-hover: #334774;
    --action-color-text: #0f265c;
}