
:root {
    --header_text: #ffffff;
    --bg_light: #a05a2c;
    --bg_dark: #804b28;
    --bg_fp_msg: #a05a2c;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(128, 75, 40, 0.2);;
    --bg_light_rgb: 128, 75, 40;
    --bg_custom_opacity: rgba(0, 0, 0, 0.6);
}
