
:root {
    --header_text: #ffffff;
    --bg_light: #af352c;
    --bg_dark: #d14a44;
    --bg_fp_msg: #af352c;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(209, 74, 68, 0.2);;
    --bg_light_rgb: 209, 74, 68;
    --bg_custom_opacity: rgba(0, 0, 0, 0.7);
}
