
:root {
    --header_text: #ffffff;
    --bg_light: #83241a;
    --bg_dark: #9f2a1d;
    --bg_fp_msg: #000000;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(159, 42, 29, 0.2);;
    --bg_light_rgb: 159, 42, 29;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
