
:root {
    --header_text: #ffffff;
    --bg_light: #fd4444;
    --bg_dark: #fc1717;
    --bg_fp_msg: #fd4444;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(252, 23, 23, 0.2);;
    --bg_light_rgb: 252, 23, 23;
    --bg_custom_opacity: rgba(0, 0, 0, 0.56);
}
