
:root {
    --header_text: #000000;
    --bg_light: #fde6ba;
    --bg_dark: #664d3f;
    --bg_fp_msg: #fde6ba;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(102, 77, 63, 0.2);;
    --bg_light_rgb: 102, 77, 63;
    --bg_custom_opacity: rgba(0, 0, 0, 0.63);
}
