
:root {
    --header_text: #ffffff;
    --bg_light: #a20101;
    --bg_dark: #fe0000;
    --bg_fp_msg: #a20101;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(254, 0, 0, 0.2);;
    --bg_light_rgb: 254, 0, 0;
    --bg_custom_opacity: rgba(0, 0, 0, 0.65);
}
