:root {
    --body-text-color: #2B3035;
    --header-footer-color: #016836;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #666666;
    --text-color-opacity-50: rgba(43, 48, 53, 0.50);
    --text-color-opacity-30: rgba(43, 48, 53, 0.30);
    --text-color-darken-15: #25292D;
    --header-footer-color-lighten-15: #277F54;
    --header-footer-color-darken-15: #01582E;
    --header-footer-hover: #277F54;
    --action-color-text: #016836;
}