
:root {
    --header_text: #ffffff;
    --bg_light: #0d578c;
    --bg_dark: #0068b1;
    --bg_fp_msg: #0d578c;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(0, 104, 177, 0.2);;
    --bg_light_rgb: 0, 104, 177;
    --bg_custom_opacity: rgba(0, 0, 0, 0.48);
}
