
:root {
    --header_text: #ffffff;
    --bg_light: #f34c49;
    --bg_dark: #c13734;
    --bg_fp_msg: #f34c49;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(193, 55, 52, 0.2);;
    --bg_light_rgb: 193, 55, 52;
    --bg_custom_opacity: rgba(0, 0, 0, 0.74);
}
