
:root {
    --header_text: #ffffff;
    --bg_light: #7eb2d4;
    --bg_dark: #56798f;
    --bg_fp_msg: #7eb2d4;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(86, 121, 143, 0.2);;
    --bg_light_rgb: 86, 121, 143;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
