
:root {
    --header_text: #ffffff;
    --bg_light: #f15c22;
    --bg_dark: #f77036;
    --bg_fp_msg: #f15c22;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(247, 112, 54, 0.2);;
    --bg_light_rgb: 247, 112, 54;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
