
:root {
    --header_text: #ffffff;
    --bg_light: #ea3e47;
    --bg_dark: #c02026;
    --bg_fp_msg: #ea3e47;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(192, 32, 38, 0.2);;
    --bg_light_rgb: 192, 32, 38;
    --bg_custom_opacity: rgba(0, 0, 0, 0.63);
}
