
:root {
    --header_text: #ffffff;
    --bg_light: #a41919;
    --bg_dark: #c60b0d;
    --bg_fp_msg: #a41919;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(198, 11, 13, 0.2);;
    --bg_light_rgb: 198, 11, 13;
    --bg_custom_opacity: rgba(0, 0, 0, 0.55);
}
