
:root {
    --header_text: #ffffff;
    --bg_light: #a1752b;
    --bg_dark: #c9a750;
    --bg_fp_msg: #a1752b;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(201, 167, 80, 0.2);;
    --bg_light_rgb: 201, 167, 80;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
