
:root {
    --header_text: #ffffff;
    --bg_light: #802023;
    --bg_dark: #a54a4d;
    --bg_fp_msg: #802023;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(165, 74, 77, 0.2);;
    --bg_light_rgb: 165, 74, 77;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
