
:root {
    --header_text: #ffffff;
    --bg_light: #52a378;
    --bg_dark: #36654c;
    --bg_fp_msg: #52a378;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(54, 101, 76, 0.2);;
    --bg_light_rgb: 54, 101, 76;
    --bg_custom_opacity: rgba(0, 0, 0, 0.48);
}
