
:root {
    --header_text: #ffffff;
    --bg_light: #ae121d;
    --bg_dark: #cc3842;
    --bg_fp_msg: #ffffff;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(204, 56, 66, 0.2);;
    --bg_light_rgb: 204, 56, 66;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
