:root {
    --body-text-color: #384989;
    --header-footer-color: #5fc6eb;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #f5cd60;
    --text-color-opacity-50: rgba(56, 73, 137, 0.50);
    --text-color-opacity-30: rgba(56, 73, 137, 0.30);
    --text-color-darken-15: #303E74;
    --header-footer-color-lighten-15: #77CFEE;
    --header-footer-color-darken-15: #51A8C8;
    --header-footer-hover: #51A8C8;
    --action-color-text: #5fc6eb;
}