
:root {
    --header_text: #ffffff;
    --bg_light: #ee1b2a;
    --bg_dark: #a91423;
    --bg_fp_msg: #ee1b2a;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(169, 20, 35, 0.2);;
    --bg_light_rgb: 169, 20, 35;
    --bg_custom_opacity: rgba(0, 0, 0, 0.62);
}
