
:root {
    --header_text: #ffffff;
    --bg_light: #f0efcd;
    --bg_dark: #b8ad84;
    --bg_fp_msg: #f0efcd;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(184, 173, 132, 0.2);;
    --bg_light_rgb: 184, 173, 132;
    --bg_custom_opacity: rgba(0, 0, 0, 0.55);
}
