
:root {
    --header_text: #ffffff;
    --bg_light: #f75c08;
    --bg_dark: #df5f1e;
    --bg_fp_msg: #f75c08;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(223, 95, 30, 0.2);;
    --bg_light_rgb: 223, 95, 30;
    --bg_custom_opacity: rgba(0, 0, 0, 0.42);
}
