
:root {
    --header_text: #ffffff;
    --bg_light: #18391a;
    --bg_dark: #387a3d;
    --bg_fp_msg: #18391a;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(56, 122, 61, 0.2);;
    --bg_light_rgb: 56, 122, 61;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
