
:root {
    --header_text: #ffffff;
    --bg_light: #ea5943;
    --bg_dark: #c94936;
    --bg_fp_msg: #ea5943;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(201, 73, 54, 0.2);;
    --bg_light_rgb: 201, 73, 54;
    --bg_custom_opacity: rgba(0, 0, 0, 0.58);
}
