
:root {
    --header_text: #ffffff;
    --bg_light: #2b6232;
    --bg_dark: #489d52;
    --bg_fp_msg: #2b6232;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(72, 157, 82, 0.2);;
    --bg_light_rgb: 72, 157, 82;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
