
:root {
    --header_text: #ffffff;
    --bg_light: #87abab;
    --bg_dark: #607b7a;
    --bg_fp_msg: #87abab;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(96, 123, 122, 0.2);;
    --bg_light_rgb: 96, 123, 122;
    --bg_custom_opacity: rgba(0, 0, 0, 0.75);
}
