
:root {
    --header_text: #ffffff;
    --bg_light: #ad1f2f;
    --bg_dark: #7c1420;
    --bg_fp_msg: #ad1f2f;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(124, 20, 32, 0.2);;
    --bg_light_rgb: 124, 20, 32;
    --bg_custom_opacity: rgba(0, 0, 0, 0.5);
}
