
:root {
    --header_text: #ffffff;
    --bg_light: #a61d21;
    --bg_dark: #c1252d;
    --bg_fp_msg: #a61d21;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(193, 37, 45, 0.2);;
    --bg_light_rgb: 193, 37, 45;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
