
:root {
    --header_text: #ffffff;
    --bg_light: #ab2121;
    --bg_dark: #c72929;
    --bg_fp_msg: #ab2121;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(199, 41, 41, 0.2);;
    --bg_light_rgb: 199, 41, 41;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
