
:root {
    --header_text: #ffffff;
    --bg_light: #900b10;
    --bg_dark: #a90f16;
    --bg_fp_msg: #900b10;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(169, 15, 22, 0.2);;
    --bg_light_rgb: 169, 15, 22;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
