
:root {
    --header_text: #ffffff;
    --bg_light: #634121;
    --bg_dark: #92653a;
    --bg_fp_msg: #634121;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(146, 101, 58, 0.2);;
    --bg_light_rgb: 146, 101, 58;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
