
:root {
    --header_text: #ffffff;
    --bg_light: #fc2732;
    --bg_dark: #ed4b50;
    --bg_fp_msg: #fc2732;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(237, 75, 80, 0.2);;
    --bg_light_rgb: 237, 75, 80;
    --bg_custom_opacity: rgba(0, 0, 0, 0.56);
}
