
:root {
    --header_text: #ffffff;
    --bg_light: #a49760;
    --bg_dark: #e6daa6;
    --bg_fp_msg: #a49760;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(230, 218, 166, 0.2);;
    --bg_light_rgb: 230, 218, 166;
    --bg_custom_opacity: rgba(0, 0, 0, 0.76);
}
