
:root {
    --header_text: #ffffff;
    --bg_light: #2f9388;
    --bg_dark: #6aa49d;
    --bg_fp_msg: #2f9388;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(106, 164, 157, 0.2);;
    --bg_light_rgb: 106, 164, 157;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
