
:root {
    --header_text: #ffffff;
    --bg_light: #3e7e69;
    --bg_dark: #46a485;
    --bg_fp_msg: #3e7e69;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(70, 164, 133, 0.2);;
    --bg_light_rgb: 70, 164, 133;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
