
:root {
    --header_text: #ffffff;
    --bg_light: #368536;
    --bg_dark: #619d61;
    --bg_fp_msg: #368536;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(97, 157, 97, 0.2);;
    --bg_light_rgb: 97, 157, 97;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
