:root {
    --body-text-color: #FFCB30;
    --header-footer-color: #00acd2;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #FFCB30;
    --text-color-opacity-50: rgba(255, 203, 48, 0.50);
    --text-color-opacity-30: rgba(255, 203, 48, 0.30);
    --text-color-darken-15: #D9AD29;
    --header-footer-color-lighten-15: #26B8D9;
    --header-footer-color-darken-15: #0092B3;
    --header-footer-hover: #26B8D9;
    --action-color-text: #00acd2;
}