
:root {
    --header_text: #ffffff;
    --bg_light: #992219;
    --bg_dark: #b7291f;
    --bg_fp_msg: #992219;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(183, 41, 31, 0.2);;
    --bg_light_rgb: 183, 41, 31;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
