
:root {
    --header_text: #ffffff;
    --bg_light: #920709;
    --bg_dark: #bd0205;
    --bg_fp_msg: #920709;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(189, 2, 5, 0.2);;
    --bg_light_rgb: 189, 2, 5;
    --bg_custom_opacity: rgba(0, 0, 0, 0.76);
}
