
:root {
    --header_text: #ffffff;
    --bg_light: #a16512;
    --bg_dark: #b27115;
    --bg_fp_msg: #a16512;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(178, 113, 21, 0.2);;
    --bg_light_rgb: 178, 113, 21;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
