:root {
    --body-text-color: #14436a;
    --header-footer-color: #14436a;
    --error-color: #e85858;
    --bg-color: #f5f5f5;
    --progress-inactive-color: #d5d813;
    --text-color-opacity-50: rgba(20, 67, 106, 0.50);
    --text-color-opacity-30: rgba(20, 67, 106, 0.30);
    --text-color-darken-15: #11395A;
    --header-footer-color-lighten-15: #375F80;
    --header-footer-color-darken-15: #11395A;
    --header-footer-hover: #375F80;
    --action-color-text: #14436a;
}