
:root {
    --header_text: #ffffff;
    --bg_light: #208d48;
    --bg_dark: #26a956;
    --bg_fp_msg: #208d48;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(38, 169, 86, 0.2);;
    --bg_light_rgb: 38, 169, 86;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
