
:root {
    --header_text: #ffffff;
    --bg_light: #048afc;
    --bg_dark: #2e9aff;
    --bg_fp_msg: #048afc;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(46, 154, 255, 0.2);;
    --bg_light_rgb: 46, 154, 255;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
