
:root {
    --header_text: #ffffff;
    --bg_light: #f2402c;
    --bg_dark: #dd2b1b;
    --bg_fp_msg: #f2402c;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(221, 43, 27, 0.2);;
    --bg_light_rgb: 221, 43, 27;
    --bg_custom_opacity: rgba(0, 0, 0, 0.6);
}
