
:root {
    --header_text: #ffffff;
    --bg_light: #ba413b;
    --bg_dark: #f0544c;
    --bg_fp_msg: #ba413b;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(240, 84, 76, 0.2);;
    --bg_light_rgb: 240, 84, 76;
    --bg_custom_opacity: rgba(0, 0, 0, 0.69);
}
