
:root {
    --header_text: #ffffff;
    --bg_light: #88202e;
    --bg_dark: #ae121d;
    --bg_fp_msg: #88202e;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(174, 18, 29, 0.2);;
    --bg_light_rgb: 174, 18, 29;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
