:root {
    --body-text-color: #0e1a37;
    --header-footer-color: #0e1a37;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #ff008c;
    --text-color-opacity-50: rgba(14, 26, 55, 0.50);
    --text-color-opacity-30: rgba(14, 26, 55, 0.30);
    --text-color-darken-15: #0C162F;
    --header-footer-color-lighten-15: #323C55;
    --header-footer-color-darken-15: #0C162F;
    --header-footer-hover: #323C55;
    --action-color-text: #0e1a37;
}