
:root {
    --header_text: #ffffff;
    --bg_light: #b58e03;
    --bg_dark: #ca9d00;
    --bg_fp_msg: #ffffff;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(202, 157, 0, 0.2);;
    --bg_light_rgb: 202, 157, 0;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
