
:root {
    --header_text: #ffffff;
    --bg_light: #ded3c0;
    --bg_dark: #efe3d0;
    --bg_fp_msg: #ded3c0;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(239, 227, 208, 0.2);;
    --bg_light_rgb: 239, 227, 208;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
