
:root {
    --header_text: #ffffff;
    --bg_light: #ba232a;
    --bg_dark: #7e161b;
    --bg_fp_msg: #ba232a;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(126, 22, 27, 0.2);;
    --bg_light_rgb: 126, 22, 27;
    --bg_custom_opacity: rgba(0, 0, 0, 0.71);
}
