:root {
    --body-text-color: #000033;
    --header-footer-color: #000033;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #e21f81;
    --text-color-opacity-50: rgba(0, 0, 51, 0.50);
    --text-color-opacity-30: rgba(0, 0, 51, 0.30);
    --text-color-darken-15: #00002B;
    --header-footer-color-lighten-15: #262652;
    --header-footer-color-darken-15: #00002B;
    --header-footer-hover: #262652;
    --action-color-text: #000033;
}