
:root {
    --header_text: #ffffff;
    --bg_light: #761113;
    --bg_dark: #9a3234;
    --bg_fp_msg: #761113;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(154, 50, 52, 0.2);;
    --bg_light_rgb: 154, 50, 52;
    --bg_custom_opacity: rgba(0, 0, 0, 0.56);
}
