:root {
    --body-text-color: #436698;
    --header-footer-color: #FBC534;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #559BC6;
    --text-color-opacity-50: rgba(67, 102, 152, 0.50);
    --text-color-opacity-30: rgba(67, 102, 152, 0.30);
    --text-color-darken-15: #395781;
    --header-footer-color-lighten-15: #FCCE52;
    --header-footer-color-darken-15: #D5A72C;
    --header-footer-hover: #D5A72C;
    --action-color-text: #FBC534;
}